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

Method String

internal/spew/format_test.go:1504–1506  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1502}
1503
1504func (ts testStruct) String() string {
1505 return fmt.Sprintf("ts.%d", ts.x)
1506}
1507
1508type testStructP struct {
1509 x int

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected