Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
9
var
_ Config = &MemConfig{}
10
11
type
MemConfig
struct
{
12
config
map
[string]string
13
}
14
15
func
NewMemConfig() *MemConfig {
16
return
&MemConfig{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected