Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ MethodWithArgs
Method
MethodWithArgs
test/mock/mock.go:181–183 ·
view source on GitHub ↗
(prefix string)
Source
from the content-addressed store, hash-verified
179
}
180
181
func
(f Foo) MethodWithArgs(prefix string) string {
182
return
prefix + f.Value
183
}
184
185
func
(Foo) String() string {
186
return
"Foo.String"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected