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

Method String

test/mock/mock.go:185–187  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183}
184
185func (Foo) String() string {
186 return "Foo.String"
187}
188
189func (Foo) VariadicMethod(_ ...string) bool {
190 return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected