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

Function Recordfc

internal/debug/debug.go:110–112  ·  view source on GitHub ↗

Recordfc is Recordf with a correlation back to a previously-recorded event. Used for the error-path response that pairs with an in-flight request.

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

Source from the content-addressed store, hash-verified

108// event. Used for the error-path response that pairs with an in-flight
109// request.
110func Recordfc(startID uint64, source string, level Level, format string, args ...any) uint64 {
111 return record(startID, source, level, fmt.Sprintf(format, args...), "")
112}
113
114// record is the shared implementation. The sink (if any) is called outside
115// the lock to avoid re-entrancy from sinks that take their own lock.

Callers 3

SendMethod · 0.92
SendMethod · 0.92
executeToolMethod · 0.92

Calls 1

recordFunction · 0.85

Tested by

no test coverage detected