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

Method NumIn

checker/nature/nature.go:306–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

304}
305
306func (n *Nature) NumIn() int {
307 if n.numInSet {
308 return n.numIn
309 }
310 n.numInSet = true
311 n.numIn = n.Type.NumIn()
312 return n.numIn
313}
314
315func (n *Nature) InElem(c *Cache, i int) Nature {
316 if n.inElem == nil {

Callers 12

CallNodeMethod · 0.80
TypedFuncIndexFunction · 0.80
IsFastFuncFunction · 0.80
builtinNodeMethod · 0.80
checkArgumentsMethod · 0.80
checkTypeFunction · 0.80
checkFuncFunction · 0.80
VisitMethod · 0.80
useMethod · 0.80
RunMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1