MCPcopy Create free account
hub / github.com/cel-expr/cel-go / ToDebugString

Function ToDebugString

common/debug/debug.go:56–58  ·  view source on GitHub ↗

ToDebugString gives the unadorned string representation of the Expr.

(e ast.Expr)

Source from the content-addressed store, hash-verified

54
55// ToDebugString gives the unadorned string representation of the Expr.
56func ToDebugString(e ast.Expr) string {
57 return ToAdornedDebugString(e, emptyAdorner)
58}
59
60// ToAdornedDebugString gives the adorned string representation of the Expr.
61func ToAdornedDebugString(e ast.Expr, adorner Adorner) string {

Callers 1

VisitExprMethod · 0.92

Calls 1

ToAdornedDebugStringFunction · 0.85

Tested by 1

VisitExprMethod · 0.74