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

Interface StoreInterface

test/interface/interface_test.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 8

IsOverriddenMethod · 0.65
MethodIndexFunction · 0.65
identMethod · 0.65
checkBuiltinGetMethod · 0.65
fieldNameFunction · 0.65
CheckMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…