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

Method String

internal/spew/spew_test.go:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (f spewFunc) String() string {
83 if s, ok := spewFuncStrings[f]; ok {
84 return s
85 }
86 return fmt.Sprintf("Unknown spewFunc (%d)", int(f))
87}
88
89// spewTest is used to describe a test to be performed against the public
90// functions of the spew package or ConfigState.

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected