MCPcopy
hub / github.com/tinylib/msgp / pushstate

Function pushstate

parse/getast.go:872–874  ·  view source on GitHub ↗

push logging state

(s string)

Source from the content-addressed store, hash-verified

870
871// push logging state
872func pushstate(s string) {
873 logctx = append(logctx, s)
874}
875
876// pop logging state
877func popstate() {

Callers 12

FileFunction · 0.85
applyDirectivesMethod · 0.85
applyEarlyDirectivesMethod · 0.85
processMethod · 0.85
applyDirsMethod · 0.85
PrintToMethod · 0.85
parseFieldListMethod · 0.85
infofFunction · 0.85
warnfFunction · 0.85
findShimMethod · 0.85
propInlineMethod · 0.85
passignoreFunction · 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…