MCPcopy
hub / github.com/google/mtail / IntLit

Struct IntLit

internal/runtime/compiler/ast/ast.go:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244type IntLit struct {
245 P position.Position
246 I int64
247}
248
249func (n *IntLit) Pos() *position.Position {
250 return &n.P

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected