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

Struct debugWriter

common/debug/debug.go:68–73  ·  view source on GitHub ↗

debugWriter is used to print out pretty-printed debug strings.

Source from the content-addressed store, hash-verified

66
67// debugWriter is used to print out pretty-printed debug strings.
68type debugWriter struct {
69 adorner Adorner
70 buffer bytes.Buffer
71 indent int
72 lineStart bool
73}
74
75func newDebugWriter(a Adorner) *debugWriter {
76 return &debugWriter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected