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

Struct StringLit

internal/runtime/compiler/ast/ast.go:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231type StringLit struct {
232 P position.Position
233 Text string
234}
235
236func (n *StringLit) Pos() *position.Position {
237 return &n.P

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected