Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
test/mock/mock.go:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
func
(Foo) String() string {
186
return
"Foo.String"
187
}
188
189
func
(Foo) VariadicMethod(_ ...string) bool {
190
return
true
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected