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

Method appendLine

common/debug/debug.go:296–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294}
295
296func (w *debugWriter) appendLine() {
297 w.buffer.WriteString("\n")
298 w.lineStart = true
299}
300
301func (w *debugWriter) addIndent() {
302 w.indent++

Callers 5

appendCallMethod · 0.95
appendListMethod · 0.95
appendStructMethod · 0.95
appendMapMethod · 0.95
appendComprehensionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected