Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
132
func
(Env) NotStringerStringEqual(f fmt.Stringer, s string) bool {
133
return
f.String() != s
134
}
135
136
func
(Env) NotStringStringerEqual(s string, f fmt.Stringer) bool {
137
return
s != f.String()
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected