MCPcopy
hub / github.com/expr-lang/expr / Method

Method Method

test/mock/mock.go:198–198  ·  view source on GitHub ↗
(int)

Source from the content-addressed store, hash-verified

196
197type Abstract interface {
198 Method(int) int
199}
200
201type MyFunc func(string) int

Callers 5

methodMethod · 0.65
AllMethod · 0.65
initFunction · 0.65
useMethod · 0.65
FetchMethodFunction · 0.65

Implementers 2

CallFoobench_test.go
Footest/mock/mock.go

Calls

no outgoing calls

Tested by

no test coverage detected