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

Struct GlobLiteral

cmd/grv/expression_processor.go:230–233  ·  view source on GitHub ↗

GlobLiteral represents a glob value

Source from the content-addressed store, hash-verified

228
229// GlobLiteral represents a glob value
230type GlobLiteral struct {
231 glob glob.Glob
232 globString *QueryToken
233}
234
235// Equal returns true if the provided expression is equal
236func (globLiteral *GlobLiteral) Equal(expression Expression) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected