Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
func
(e *Error) Error() string {
18
return
e.format()
19
}
20
21
var
tabReplacer = strings.NewReplacer(
"\t"
,
" "
)
22
Callers
15
TestCompile_call_on_nil
Function · 0.45
TestCheck_error
Function · 0.45
TestCheck_AsBool
Function · 0.45
TestCheck_AsInt64
Function · 0.45
TestCheck_PointerNode
Function · 0.45
TestCheck_Function_types_are_checked
Function · 0.45
TestCheck_do_not_override_params_for_functions
Function · 0.45
TestCheck_builtin_without_call
Function · 0.45
TestCheck_EmbeddedInterface
Function · 0.45
TestCheck_types
Function · 0.45
binaryNode
Method · 0.45
TestParse_error
Function · 0.45
Calls
1
format
Method · 0.95
Tested by
15
TestCompile_call_on_nil
Function · 0.36
TestCheck_error
Function · 0.36
TestCheck_AsBool
Function · 0.36
TestCheck_AsInt64
Function · 0.36
TestCheck_PointerNode
Function · 0.36
TestCheck_Function_types_are_checked
Function · 0.36
TestCheck_do_not_override_params_for_functions
Function · 0.36
TestCheck_builtin_without_call
Function · 0.36
TestCheck_EmbeddedInterface
Function · 0.36
TestCheck_types
Function · 0.36
TestParse_error
Function · 0.36
TestNodeBudget
Function · 0.36