MCPcopy Create free account
hub / github.com/expr-lang/expr / Method

Method Method

test/mock/mock.go:175–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175func (Foo) Method() Bar {
176 return Bar{
177 Baz: "baz (from Foo.Method)",
178 }
179}
180
181func (f Foo) MethodWithArgs(prefix string) string {
182 return prefix + f.Value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected