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

Method push

dql/parser.go:1537–1537  ·  view source on GitHub ↗
(t *FilterTree)

Source from the content-addressed store, hash-verified

1535func (s *filterTreeStack) empty() bool { return len(s.a) == 0 }
1536func (s *filterTreeStack) size() int { return len(s.a) }
1537func (s *filterTreeStack) push(t *FilterTree) { s.a = append(s.a, t) }
1538
1539func (s *filterTreeStack) popAssert() *FilterTree {
1540 x.AssertTrue(!s.empty())

Callers 2

evalStackFunction · 0.45
parseFilterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected