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

Function truncatePayload

internal/debug/debug.go:213–218  ·  view source on GitHub ↗
(p string)

Source from the content-addressed store, hash-verified

211}
212
213func truncatePayload(p string) string {
214 if len(p) <= maxPayloadBytes {
215 return p
216 }
217 return p[:maxPayloadBytes] + truncationMarker
218}
219
220// Snapshot returns a copy of the current ring, oldest first.
221func Snapshot() []Event {

Callers 2

RecordpFunction · 0.85
RecordpcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected