MCPcopy
hub / github.com/uber-go/fx / fromStringer

Struct fromStringer

annotated_test.go:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type fromStringer struct {
75 name string
76}
77
78func (from *fromStringer) String() string {
79 return from.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected