Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ End
Method
End
compiler/ast/op.go:24–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
func
(s Seq) End() int {
25
if
len(s) == 0 {
26
return
-1
27
}
28
return
s[len(s)-1].End()
29
}
30
31
func
(s *Seq) Prepend(front Op) {
32
*s = append([]Op{front}, *s...)
Callers
nothing calls this directly
Calls
1
End
Method · 0.65
Tested by
no test coverage detected