MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Buffer

Method Buffer

common/debug/debug.go:43–43  ·  view source on GitHub ↗

Buffer pushes an expression into an internal queue of expressions to write to a string.

(e ast.Expr)

Source from the content-addressed store, hash-verified

41 // Buffer pushes an expression into an internal queue of expressions to
42 // write to a string.
43 Buffer(e ast.Expr)
44}
45
46type emptyDebugAdorner struct {

Callers 1

ToAdornedDebugStringFunction · 0.65

Implementers 1

debugWritercommon/debug/debug.go

Calls

no outgoing calls

Tested by

no test coverage detected