Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ Loc
Struct
Loc
compiler/ast/loc.go:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
type
Loc
struct
{
18
First int `json:
"first"
`
19
Last int `json:
"last"
`
20
}
21
22
func
NewLoc(pos, end int) Loc {
23
return
Loc{pos, end}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected