GlobLiteral represents a glob value
| 228 | |
| 229 | // GlobLiteral represents a glob value |
| 230 | type GlobLiteral struct { |
| 231 | glob glob.Glob |
| 232 | globString *QueryToken |
| 233 | } |
| 234 | |
| 235 | // Equal returns true if the provided expression is equal |
| 236 | func (globLiteral *GlobLiteral) Equal(expression Expression) bool { |
nothing calls this directly
no outgoing calls
no test coverage detected