Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
type
StoreInterface
interface
{
11
Get(string) int
12
}
13
14
type
StoreImpt
struct
{}
15
Callers
8
IsOverridden
Method · 0.65
MethodIndex
Function · 0.65
ident
Method · 0.65
checkBuiltinGet
Method · 0.65
variableDeclaratorNode
Method · 0.65
fieldName
Function · 0.65
findSuitableOperatorOverloadInTypes
Method · 0.65
Check
Method · 0.65
Implementers
2
Nature
checker/nature/nature.go
StoreImpt
test/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…