MCPcopy Index your code
hub / github.com/git-bug/git-bug / MemConfig

Struct MemConfig

repository/config_mem.go:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9var _ Config = &MemConfig{}
10
11type MemConfig struct {
12 config map[string]string
13}
14
15func NewMemConfig() *MemConfig {
16 return &MemConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected