MCPcopy Create free account
hub / github.com/git-bug/git-bug / configPanicWriter

Struct configPanicWriter

repository/config.go:138–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136var _ ConfigWrite = &configPanicWriter{}
137
138type configPanicWriter struct{}
139
140func (c configPanicWriter) StoreString(key, value string) error {
141 panic("not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected