---------------------------------------------------------------------------- Helpers...
| 59 | // Helpers... |
| 60 | |
| 61 | type config struct{} |
| 62 | |
| 63 | func (config) CurrentContextName() (string, error) { |
| 64 | return "fred", nil |
nothing calls this directly
no outgoing calls
no test coverage detected