Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ appendFormat
Method
appendFormat
common/debug/debug.go:281–283 ·
view source on GitHub ↗
(f string, args ...any)
Source
from the content-addressed store, hash-verified
279
}
280
281
func
(w *debugWriter) appendFormat(f string, args ...any) {
282
w.append(fmt.Sprintf(f, args...))
283
}
284
285
func
(w *debugWriter) doIndent() {
286
if
w.lineStart {
Callers
nothing calls this directly
Calls
1
append
Method · 0.95
Tested by
no test coverage detected