()
| 23084 | } |
| 23085 | |
| 23086 | func (p *parser) callonGlobPattern1() (any, error) { |
| 23087 | stack := p.vstack[len(p.vstack)-1] |
| 23088 | _ = stack |
| 23089 | return p.cur.onGlobPattern1(stack["head"], stack["tail"]) |
| 23090 | } |
| 23091 | |
| 23092 | func (c *current) onGlobStart4() (any, error) { |
| 23093 | return "*", nil |
nothing calls this directly
no test coverage detected