Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ In
Method
In
checker/nature/nature.go:324–326 ·
view source on GitHub ↗
(c *Cache, i int)
Source
from the content-addressed store, hash-verified
322
}
323
324
func
(n *Nature) In(c *Cache, i int) Nature {
325
return
c.FromType(n.Type.In(i))
326
}
327
328
func
(n *Nature) IsFirstArgUnknown(c *Cache) bool {
329
if
n.Type != nil {
Callers
13
CallNode
Method · 0.80
TypedFuncIndex
Function · 0.80
IsFastFunc
Function · 0.80
checkArguments
Method · 0.80
InElem
Method · 0.80
IsFirstArgUnknown
Method · 0.80
TestObjectsAreEqualValues
Function · 0.80
checkTypeSuits
Function · 0.80
Visit
Method · 0.80
use
Method · 0.80
builtin.go
File · 0.80
Run
Method · 0.80
Calls
1
FromType
Method · 0.80
Tested by
1
TestObjectsAreEqualValues
Function · 0.64