Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ append
Method
append
common/debug/debug.go:276–279 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
274
}
275
276
func
(w *debugWriter) append(s string) {
277
w.doIndent()
278
w.buffer.WriteString(s)
279
}
280
281
func
(w *debugWriter) appendFormat(f string, args ...any) {
282
w.append(fmt.Sprintf(f, args...))
Callers
9
Buffer
Method · 0.95
appendSelect
Method · 0.95
appendCall
Method · 0.95
appendList
Method · 0.95
appendStruct
Method · 0.95
appendMap
Method · 0.95
appendComprehension
Method · 0.95
appendFormat
Method · 0.95
adorn
Method · 0.95
Calls
1
doIndent
Method · 0.95
Tested by
no test coverage detected