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

Method StringerStringerEqual

test/mock/mock.go:128–130  ·  view source on GitHub ↗
(f fmt.Stringer, g fmt.Stringer)

Source from the content-addressed store, hash-verified

126}
127
128func (Env) StringerStringerEqual(f fmt.Stringer, g fmt.Stringer) bool {
129 return f.String() == g.String()
130}
131
132func (Env) NotStringerStringEqual(f fmt.Stringer, s string) bool {
133 return f.String() != s

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected