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

Method NotStringStringerEqual

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

Source from the content-addressed store, hash-verified

134}
135
136func (Env) NotStringStringerEqual(s string, f fmt.Stringer) bool {
137 return s != f.String()
138}
139
140func (Env) NotStringerStringerEqual(f fmt.Stringer, g fmt.Stringer) bool {
141 return f.String() != g.String()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected