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

Method appendFormat

common/debug/debug.go:281–283  ·  view source on GitHub ↗
(f string, args ...any)

Source from the content-addressed store, hash-verified

279}
280
281func (w *debugWriter) appendFormat(f string, args ...any) {
282 w.append(fmt.Sprintf(f, args...))
283}
284
285func (w *debugWriter) doIndent() {
286 if w.lineStart {

Callers

nothing calls this directly

Calls 1

appendMethod · 0.95

Tested by

no test coverage detected