MCPcopy
hub / github.com/github/gh-ost / NewLoadMap

Function NewLoadMap

go/base/load_map.go:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17type LoadMap map[string]int64
18
19func NewLoadMap() LoadMap {
20 result := make(map[string]int64)
21 return result
22}
23
24// NewLoadMap parses a `--*-load` flag (e.g. `--max-load`), which is in multiple
25// key-value format, such as:

Callers 2

NewMigrationContextFunction · 0.85
ParseLoadMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…