Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
301
func
(w *debugWriter) addIndent() {
302
w.indent++
303
}
304
305
func
(w *debugWriter) removeIndent() {
306
w.indent--
Callers
5
appendCall
Method · 0.95
appendList
Method · 0.95
appendStruct
Method · 0.95
appendMap
Method · 0.95
appendComprehension
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected