MCPcopy 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
292func (w *debugWriter) adorn(e any) {
293 w.append(w.adorner.GetMetadata(e))
294}
295
296func (w *debugWriter) appendLine() {
297 w.buffer.WriteString("\n")

Callers 3

BufferMethod · 0.95
appendStructMethod · 0.95
appendMapMethod · 0.95

Calls 2

appendMethod · 0.95
GetMetadataMethod · 0.65

Tested by

no test coverage detected