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

Method VariadicMethod

test/mock/mock.go:189–191  ·  view source on GitHub ↗
(_ ...string)

Source from the content-addressed store, hash-verified

187}
188
189func (Foo) VariadicMethod(_ ...string) bool {
190 return true
191}
192
193type Bar struct {
194 Baz string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected