MCPcopy Create free account
hub / github.com/araddon/qlbridge / debugf

Function debugf

expr/parse.go:27–32  ·  view source on GitHub ↗
(depth int, f string, args ...interface{})

Source from the content-addressed store, hash-verified

25}
26
27func debugf(depth int, f string, args ...interface{}) {
28 if Trace {
29 f = strings.Repeat("→ ", depth) + f
30 u.DoLog(3, u.DEBUG, fmt.Sprintf(f, args...))
31 }
32}
33
34// We have a default Dialect, which is the "Language" or rule-set of ql
35var DefaultDialect *lex.Dialect = lex.LogicalExpressionDialect

Callers 12

OMethod · 0.70
AMethod · 0.70
CMethod · 0.70
cInnerMethod · 0.70
PMethod · 0.70
MMethod · 0.70
FMethod · 0.70
vMethod · 0.70
FuncMethod · 0.70
ArrayNodeMethod · 0.70
ValueArrayFunction · 0.70
nodeArrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected