Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux-de/pkgstats-cli
/ newConfigMap
Function
newConfigMap
internal/pacman/config_map.go:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
)
9
10
func
newConfigMap() configMap {
11
return
make(configMap)
12
}
13
14
func
(cm configMap) Get(section, key string) (string, bool) {
15
if
sec, ok := cm[section]; ok {
Callers
1
createConfigMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected