Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ adorn
Method
adorn
common/debug/debug.go:292–294 ·
view source on GitHub ↗
(e any)
Source
from the content-addressed store, hash-verified
290
}
291
292
func
(w *debugWriter) adorn(e any) {
293
w.append(w.adorner.GetMetadata(e))
294
}
295
296
func
(w *debugWriter) appendLine() {
297
w.buffer.WriteString(
"\n"
)
Callers
3
Buffer
Method · 0.95
appendStruct
Method · 0.95
appendMap
Method · 0.95
Calls
2
append
Method · 0.95
GetMetadata
Method · 0.65
Tested by
no test coverage detected