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

Method NotStringerStringerEqual

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

Source from the content-addressed store, hash-verified

138}
139
140func (Env) NotStringerStringerEqual(f fmt.Stringer, g fmt.Stringer) bool {
141 return f.String() != g.String()
142}
143
144type Embed struct {
145 EmbedEmbed

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected