| 69 | } |
| 70 | |
| 71 | type invokeOption struct { |
| 72 | Targets []interface{} |
| 73 | Stack fxreflect.Stack |
| 74 | } |
| 75 | |
| 76 | func (o invokeOption) apply(mod *module) { |
| 77 | for _, target := range o.Targets { |
nothing calls this directly
no outgoing calls
no test coverage detected