mini\Database\PartialQuery::ensureMutableAST()
Method
private
Signature
private function ensureMutableAST(): void
Returns
void
Documentation
Ensure AST is mutable (copy-on-write)
Call this before any AST modification. If the AST is shared (from a clone), this deep-clones it first.