MCPcopy Index your code
hub / github.com/expr-lang/expr / StringerStringEqual

Method StringerStringEqual

test/mock/mock.go:120–122  ·  view source on GitHub ↗
(f fmt.Stringer, s string)

Source from the content-addressed store, hash-verified

118}
119
120func (Env) StringerStringEqual(f fmt.Stringer, s string) bool {
121 return f.String() == s
122}
123
124func (Env) StringStringerEqual(s string, f fmt.Stringer) bool {
125 return s == f.String()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected