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

Method String

internal/spew/example_test.go:37–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (f Flag) String() string {
38 if s, ok := flagStrings[f]; ok {
39 return s
40 }
41 return fmt.Sprintf("Unknown flag (%d)", int(f))
42}
43
44type Bar struct {
45 data uintptr

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected