MCPcopy Create free account
hub / github.com/expr-lang/expr / String

Method String

internal/spew/common_test.go:81–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79type panicer int
80
81func (p panicer) String() string {
82 panic("test panic")
83}
84
85// customError is used to test custom error interface invocation.
86type customError int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected