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

Function newDebugWriter

common/debug/debug.go:75–81  ·  view source on GitHub ↗
(a Adorner)

Source from the content-addressed store, hash-verified

73}
74
75func newDebugWriter(a Adorner) *debugWriter {
76 return &debugWriter{
77 adorner: a,
78 indent: 0,
79 lineStart: true,
80 }
81}
82
83func (w *debugWriter) Buffer(e ast.Expr) {
84 if e == nil {

Callers 1

ToAdornedDebugStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected