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

Method removeIndent

common/debug/debug.go:305–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303}
304
305func (w *debugWriter) removeIndent() {
306 w.indent--
307 if w.indent < 0 {
308 panic("negative indent")
309 }
310}
311
312func (w *debugWriter) String() string {
313 return w.buffer.String()

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