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

Method doIndent

common/debug/debug.go:285–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283}
284
285func (w *debugWriter) doIndent() {
286 if w.lineStart {
287 w.lineStart = false
288 w.buffer.WriteString(strings.Repeat(" ", w.indent))
289 }
290}
291
292func (w *debugWriter) adorn(e any) {
293 w.append(w.adorner.GetMetadata(e))

Callers 1

appendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected