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

Method addIndent

common/debug/debug.go:301–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299}
300
301func (w *debugWriter) addIndent() {
302 w.indent++
303}
304
305func (w *debugWriter) removeIndent() {
306 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