| 44 | type immediateCommandMsg struct{ arg string } |
| 45 | |
| 46 | type queueTestRuntime struct{} |
| 47 | |
| 48 | func (queueTestRuntime) CurrentAgentInfo(context.Context) runtime.CurrentAgentInfo { |
| 49 | return runtime.CurrentAgentInfo{} |
nothing calls this directly
no outgoing calls
no test coverage detected