toDebugString
toDebugString(
expr,adorner?):string
Defined in: packages/aip/src/filtering/to-debug-string.ts:32
Produces the adorned debug string for a v1alpha1 Expr, following the same format as cel-go’s debug.ToAdornedDebugString / cel-spec’s toDebugString.
The default adorner emits nothing (plain structure only).
Pass KindAdorner.singleton to get ^#N:*type# annotations on every node.
Parameters
Section titled “Parameters”Expr
adorner?
Section titled “adorner?”Adorner = EmptyAdorner.singleton
Returns
Section titled “Returns”string