Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
296
func
(w *debugWriter) appendLine() {
297
w.buffer.WriteString(
"\n"
)
298
w.lineStart = true
299
}
300
301
func
(w *debugWriter) addIndent() {
302
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