Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git-bug/git-bug
/ NewMemConfig
Function
NewMemConfig
repository/config_mem.go:15–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
func
NewMemConfig() *MemConfig {
16
return
&MemConfig{
17
config: make(
map
[string]string),
18
}
19
}
20
21
func
(mc *MemConfig) StoreString(key, value string) error {
22
key = normalizeKey(key)
Callers
3
TestMergedConfig
Function · 0.85
NewMockRepoConfig
Function · 0.85
TestNewMemConfig
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestMergedConfig
Function · 0.68
TestNewMemConfig
Function · 0.68