MCPcopy
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
324func (n *Nature) In(c *Cache, i int) Nature {
325 return c.FromType(n.Type.In(i))
326}
327
328func (n *Nature) IsFirstArgUnknown(c *Cache) bool {
329 if n.Type != nil {

Callers 13

CallNodeMethod · 0.80
TypedFuncIndexFunction · 0.80
IsFastFuncFunction · 0.80
checkArgumentsMethod · 0.80
InElemMethod · 0.80
IsFirstArgUnknownMethod · 0.80
checkTypeSuitsFunction · 0.80
VisitMethod · 0.80
useMethod · 0.80
builtin.goFile · 0.80
RunMethod · 0.80

Calls 1

FromTypeMethod · 0.80

Tested by 1