MCPcopy 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
10func newConfigMap() configMap {
11 return make(configMap)
12}
13
14func (cm configMap) Get(section, key string) (string, bool) {
15 if sec, ok := cm[section]; ok {

Callers 1

createConfigMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected