Automattic\WooCommerce\Vendor\Sabberworm\CSS\Parsing
Anchor::backtrack
Method of the class: Anchor{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Anchor = new Anchor(); $Anchor->backtrack();
Anchor::backtrack() Anchor::backtrack code WC 10.4.3
public function backtrack()
{
$this->oParserState->setPosition($this->iPosition);
}