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

Struct invokeOption

invoke.go:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type invokeOption struct {
72 Targets []interface{}
73 Stack fxreflect.Stack
74}
75
76func (o invokeOption) apply(mod *module) {
77 for _, target := range o.Targets {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected