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

Function warnf

parse/getast.go:861–867  ·  view source on GitHub ↗
(s string, v ...any)

Source from the content-addressed store, hash-verified

859}
860
861func warnf(s string, v ...any) {
862 if Logf != nil {
863 pushstate(s)
864 Logf("warn: "+strings.Join(logctx, ": "), v...)
865 popstate()
866 }
867}
868
869var logctx []string
870

Callers 12

applyDirectivesMethod · 0.85
applyEarlyDirectivesMethod · 0.85
resolveMethod · 0.85
processMethod · 0.85
applyDirsMethod · 0.85
parseFieldListMethod · 0.85
getFieldMethod · 0.85
parseExprMethod · 0.85
nextInlineMethod · 0.85
astupleFunction · 0.85
asvartupleFunction · 0.85
mapsFunction · 0.85

Calls 2

pushstateFunction · 0.85
popstateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…