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

Method Get

test/interface/interface_test.go:11–11  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

9
10type StoreInterface interface {
11 Get(string) int
12}
13
14type StoreImpt struct{}

Callers 11

IsOverriddenMethod · 0.65
MethodIndexFunction · 0.65
identMethod · 0.65
checkBuiltinGetMethod · 0.65
fieldNameFunction · 0.65
CheckMethod · 0.65
getFunction · 0.65
FetchFunction · 0.65
InFunction · 0.65

Implementers 2

Naturechecker/nature/nature.go
StoreImpttest/interface/interface_test.go

Calls

no outgoing calls

Tested by

no test coverage detected