Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
type
Seq []Op
16
17
func
(s Seq) Pos() int {
18
if
len(s) == 0 {
19
return
-1
20
}
21
return
s[0].Pos()
22
}
23
24
func
(s Seq) End() int {
25
if
len(s) == 0 {
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected