Methods
esc()
- Description:
Escape a piece reference for embedding inside another key. Replaces "|" with "^" so the nested key does not break pipe-splitting.
- Source:
unesc()
- Description:
Unescape a piece reference embedded in a key arg. The Registry has already resolved "^"-escaped args into Piece instances before calling create(), so this helper is provided only for cases where manual resolution is needed outside of create().
- Source: