()
| 23053 | } |
| 23054 | |
| 23055 | func (p *parser) callonKeyWord1() (any, error) { |
| 23056 | stack := p.vstack[len(p.vstack)-1] |
| 23057 | _ = stack |
| 23058 | return p.cur.onKeyWord1(stack["head"], stack["tail"]) |
| 23059 | } |
| 23060 | |
| 23061 | func (c *current) onKeyWordChars1() (any, error) { |
| 23062 | return string(c.text), nil |
nothing calls this directly
no test coverage detected