MCPcopy
hub / github.com/lmorg/murex / New

Function New

shell/hintsummary/class.go:15–19  ·  view source on GitHub ↗

New creates a new instance of the hint summary override structure

()

Source from the content-addressed store, hash-verified

13
14// New creates a new instance of the hint summary override structure
15func New() *HintSummary {
16 hs := new(HintSummary)
17 hs.m = make(map[string]string)
18 return hs
19}
20
21// Get returns the hint summary override
22func (hs *HintSummary) Get(exe string) string {

Callers 2

summary.goFile · 0.70
TestHintSummaryFunction · 0.70

Calls

no outgoing calls

Tested by 1

TestHintSummaryFunction · 0.56