MCPcopy
hub / github.com/google/go-jsonnet / makeRuntimeError

Function makeRuntimeError

runtime_error.go:27–32  ·  view source on GitHub ↗
(msg string, stackTrace []TraceFrame)

Source from the content-addressed store, hash-verified

25}
26
27func makeRuntimeError(msg string, stackTrace []TraceFrame) RuntimeError {
28 return RuntimeError{
29 Msg: msg,
30 StackTrace: stackTrace,
31 }
32}
33
34func (err RuntimeError) Error() string {
35 return "RUNTIME ERROR: " + err.Msg

Callers 13

builtinBase64Function · 0.85
liftBitwiseFunction · 0.85
builtinSubstrFunction · 0.85
base64DecodeGoBytesFunction · 0.85
builtinBase64DecodeBytesFunction · 0.85
builtinBase64DecodeFunction · 0.85
newCallMethod · 0.85
manifestJSONMethod · 0.85
manifestStringMethod · 0.85
ErrorMethod · 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…