Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/expr-lang/expr
/ StringerStringEqual
Method
StringerStringEqual
test/mock/mock.go:120–122 ·
view source on GitHub ↗
(f fmt.Stringer, s string)
Source
from the content-addressed store, hash-verified
118
}
119
120
func
(Env) StringerStringEqual(f fmt.Stringer, s string) bool {
121
return
f.String() == s
122
}
123
124
func
(Env) StringStringerEqual(s string, f fmt.Stringer) bool {
125
return
s == f.String()
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected