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

Method NumOut

checker/nature/nature.go:336–343  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

334}
335
336func (n *Nature) NumOut() int {
337 if n.numOutSet {
338 return n.numOut
339 }
340 n.numOutSet = true
341 n.numOut = n.Type.NumOut()
342 return n.numOut
343}
344
345func (n *Nature) Out(c *Cache, i int) Nature {
346 if i != 0 {

Callers 7

TypedFuncIndexFunction · 0.80
IsFastFuncFunction · 0.80
builtinNodeMethod · 0.80
checkArgumentsMethod · 0.80
checkTypeFunction · 0.80
checkFuncFunction · 0.80
useMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected