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

Function ToDebugStringWithIDs

common/debug/debug.go:327–329  ·  view source on GitHub ↗

ToDebugStringWithIDs returns a string representation with AST node IDs.

(e ast.Expr)

Source from the content-addressed store, hash-verified

325
326// ToDebugStringWithIDs returns a string representation with AST node IDs.
327func ToDebugStringWithIDs(e ast.Expr) string {
328 return ToAdornedDebugString(e, &idAdorner{})
329}

Callers 3

TestCompose_UnnestFunction · 0.92
TestCheckFunction · 0.92
TestParseFunction · 0.92

Calls 1

ToAdornedDebugStringFunction · 0.85

Tested by 3

TestCompose_UnnestFunction · 0.74
TestCheckFunction · 0.74
TestParseFunction · 0.74