stubInvocation is the minimal platform.Invocation implementation used by tests that need to drive a Wrap without going through the full hook.Install pipeline.
| 205 | // used by tests that need to drive a Wrap without going through the |
| 206 | // full hook.Install pipeline. |
| 207 | type stubInvocation struct{} |
| 208 | |
| 209 | func (stubInvocation) Cmd() platform.CommandView { return stubView{} } |
| 210 | func (stubInvocation) Args() []string { return nil } |
nothing calls this directly
no outgoing calls
no test coverage detected