MCPcopy 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
276func (w *debugWriter) append(s string) {
277 w.doIndent()
278 w.buffer.WriteString(s)
279}
280
281func (w *debugWriter) appendFormat(f string, args ...any) {
282 w.append(fmt.Sprintf(f, args...))

Callers 9

BufferMethod · 0.95
appendSelectMethod · 0.95
appendCallMethod · 0.95
appendListMethod · 0.95
appendStructMethod · 0.95
appendMapMethod · 0.95
appendComprehensionMethod · 0.95
appendFormatMethod · 0.95
adornMethod · 0.95

Calls 1

doIndentMethod · 0.95

Tested by

no test coverage detected