MCPcopy 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
17type Loc struct {
18 First int `json:"first"`
19 Last int `json:"last"`
20}
21
22func 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