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

Method String

test/fuzz/fuzz_env.go:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func (f Foo) String() string {
45 return "foo"
46}
47
48func (f Foo) Qux(s string) string {
49 return f.Bar + s

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected