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

Method String

internal/spew/common_test.go:41–43  ·  view source on GitHub ↗

String implements the Stringer interface for testing invocation of custom stringers on types with only pointer receivers.

()

Source from the content-addressed store, hash-verified

39// String implements the Stringer interface for testing invocation of custom
40// stringers on types with only pointer receivers.
41func (s *pstringer) String() string {
42 return "stringer " + string(*s)
43}
44
45// xref1 and xref2 are cross referencing structs for testing circular reference
46// detection.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected