Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
140
func
(Env) NotStringerStringerEqual(f fmt.Stringer, g fmt.Stringer) bool {
141
return
f.String() != g.String()
142
}
143
144
type
Embed
struct
{
145
EmbedEmbed
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected