procToolAdapter is the concrete plugins.ProcAdapter.
| 23 | |
| 24 | // procToolAdapter is the concrete plugins.ProcAdapter. |
| 25 | type procToolAdapter struct { |
| 26 | cli *ChatCLI |
| 27 | } |
| 28 | |
| 29 | // supervisor returns the session supervisor, creating it on first use. |
| 30 | func (a *procToolAdapter) supervisor() *proc.Supervisor { |
nothing calls this directly
no outgoing calls
no test coverage detected