MCPcopy
hub / github.com/rgburke/grv / Identifier

Struct Identifier

cmd/grv/query_parse.go:33–35  ·  view source on GitHub ↗

Identifier represents a field name

Source from the content-addressed store, hash-verified

31
32// Identifier represents a field name
33type Identifier struct {
34 identifier *QueryToken
35}
36
37// StringLiteral is a literal string value
38type StringLiteral struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected