MCPcopy Create free account
hub / github.com/araddon/qlbridge / ParsePager

Function ParsePager

expr/parse.go:211–215  ·  view source on GitHub ↗

Parse a single Expression, returning an Expression Node @pager = Token Pager

(pager TokenPager)

Source from the content-addressed store, hash-verified

209//
210// @pager = Token Pager
211func ParsePager(pager TokenPager) (Node, error) {
212 t := newTree(pager)
213 // Parser panics on unexpected syntax, convert this into an err
214 return t.parse()
215}
216
217// errorf formats the error and terminates processing.
218func (t *tree) errorf(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 2

newTreeFunction · 0.85
parseMethod · 0.45

Tested by

no test coverage detected