| 136 | var _ ConfigWrite = &configPanicWriter{} |
| 137 | |
| 138 | type configPanicWriter struct{} |
| 139 | |
| 140 | func (c configPanicWriter) StoreString(key, value string) error { |
| 141 | panic("not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected