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

Method NotStringerStringEqual

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

Source from the content-addressed store, hash-verified

130}
131
132func (Env) NotStringerStringEqual(f fmt.Stringer, s string) bool {
133 return f.String() != s
134}
135
136func (Env) NotStringStringerEqual(s string, f fmt.Stringer) bool {
137 return s != f.String()

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected