Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
74
type
fromStringer
struct
{
75
name string
76
}
77
78
func
(from *fromStringer) String() string {
79
return
from.name
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected