MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / size

Method size

dql/math.go:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21
22func (s *mathTreeStack) empty() bool { return len(s.a) == 0 }
23func (s *mathTreeStack) size() int { return len(s.a) }
24func (s *mathTreeStack) push(t *MathTree) { s.a = append(s.a, t) }
25
26func (s *mathTreeStack) popAssert() *MathTree {

Callers 2

evalMathStackFunction · 0.45
parseMathFuncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected