MCPcopy
hub / github.com/expr-lang/expr / Error

Method Error

file/error.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (e *Error) Error() string {
18 return e.format()
19}
20
21var tabReplacer = strings.NewReplacer("\t", " ")
22

Callers 15

TestCompile_call_on_nilFunction · 0.45
TestCheck_errorFunction · 0.45
TestCheck_AsBoolFunction · 0.45
TestCheck_AsInt64Function · 0.45
TestCheck_PointerNodeFunction · 0.45
TestCheck_typesFunction · 0.45
binaryNodeMethod · 0.45
TestParse_errorFunction · 0.45

Calls 1

formatMethod · 0.95

Tested by 15

TestCompile_call_on_nilFunction · 0.36
TestCheck_errorFunction · 0.36
TestCheck_AsBoolFunction · 0.36
TestCheck_AsInt64Function · 0.36
TestCheck_PointerNodeFunction · 0.36
TestCheck_typesFunction · 0.36
TestParse_errorFunction · 0.36
TestNodeBudgetFunction · 0.36