github.com/google/go-cmp/cmp.textWrap.Metadata (field)
13 uses
github.com/google/go-cmp/cmp (current package)
report_references.go#L85: return &textWrap{Value: s, Metadata: trunkReference{pp[1]}}
report_references.go#L87: return &textWrap{Value: s, Metadata: trunkReference{pp[0]}}
report_references.go#L89: return &textWrap{Value: s, Metadata: trunkReference{pp[0]}}
report_references.go#L91: return &textWrap{Value: s, Metadata: trunkReferences{pp}}
report_references.go#L99: return &textWrap{Prefix: prefix, Value: s, Metadata: trunkReference{p}}
report_references.go#L107: return &textWrap{Prefix: prefix, Value: out, Metadata: leafReference{p}}
report_references.go#L132: switch s.Metadata.(type) {
report_references.go#L149: leafPtrs[leaf.Metadata.(leafReference).p] = true
report_references.go#L164: switch p := trunk.Metadata.(type) {
report_references.go#L195: switch p := trunk.Metadata.(type) {
report_references.go#L248: if id, ok := ptrIDs[leaf.Metadata.(leafReference).p]; ok {
report_reflect.go#L83: switch s2.Metadata.(type) {
report_text.go#L100: Metadata interface{} // arbitrary metadata; has no effect on formatting
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |