MCPcopy
hub / github.com/d4l3k/go-pry / Error

Method Error

pry/helpers.go:16–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func (a *InterpretError) Error() error {
17 if a == nil {
18 return nil
19 }
20 return a.err
21}
22
23// Append is a runtime replacement for the append function
24func Append(arr interface{}, elems ...interface{}) (interface{}, *InterpretError) {

Callers 15

TestHighlightSafeFunction · 0.80
ParseStringMethod · 0.80
ExecuteFuncMethod · 0.80
TypeCheckMethod · 0.80
TestEmptyStringFunction · 0.80
TestStringLiteralFunction · 0.80
TestIntLiteralFunction · 0.80
TestHexIntLiteralFunction · 0.80
TestOctalIntLiteralFunction · 0.80
TestCharLiteralFunction · 0.80
TestArrayLiteralFunction · 0.80
TestFixedArrayLiteralFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestHighlightSafeFunction · 0.64
TestEmptyStringFunction · 0.64
TestStringLiteralFunction · 0.64
TestIntLiteralFunction · 0.64
TestHexIntLiteralFunction · 0.64
TestOctalIntLiteralFunction · 0.64
TestCharLiteralFunction · 0.64
TestArrayLiteralFunction · 0.64
TestFixedArrayLiteralFunction · 0.64
TestFixedArrayFunction · 0.64
TestMapLiteralFunction · 0.64
TestMapLiteralInterfaceFunction · 0.64