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

Method StringStringerEqual

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

Source from the content-addressed store, hash-verified

122}
123
124func (Env) StringStringerEqual(s string, f fmt.Stringer) bool {
125 return s == f.String()
126}
127
128func (Env) StringerStringerEqual(f fmt.Stringer, g fmt.Stringer) bool {
129 return f.String() == g.String()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected