MCPcopy Create free account
hub / github.com/brimdata/super / Pos

Method Pos

compiler/ast/op.go:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15type Seq []Op
16
17func (s Seq) Pos() int {
18 if len(s) == 0 {
19 return -1
20 }
21 return s[0].Pos()
22}
23
24func (s Seq) End() int {
25 if len(s) == 0 {

Callers

nothing calls this directly

Calls 1

PosMethod · 0.65

Tested by

no test coverage detected