MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / Recordf

Function Recordf

internal/debug/debug.go:88–90  ·  view source on GitHub ↗

Recordf is the printf variant of Record.

(source string, level Level, format string, args ...any)

Source from the content-addressed store, hash-verified

86
87// Recordf is the printf variant of Record.
88func Recordf(source string, level Level, format string, args ...any) uint64 {
89 return record(0, source, level, fmt.Sprintf(format, args...), "")
90}
91
92// Recordp appends an event with an attached payload (full request JSON,
93// tool output, before/after transcript) and returns its ID. Payload is

Callers 1

Calls 1

recordFunction · 0.85

Tested by 1