Skip to content

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.

Expr

Adorner = EmptyAdorner.singleton

string