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

Method String

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

Source from the content-addressed store, hash-verified

119}
120
121func (ss sortableStruct) String() string {
122 return fmt.Sprintf("ss.%d", ss.x)
123}
124
125type unsortableStruct struct {
126 x int

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected