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

Method Compact

internal/compact/nocompaction.go:12–14  ·  view source on GitHub ↗
(_ context.Context, messages []api.Message)

Source from the content-addressed store, hash-verified

10type NoCompaction struct{}
11
12func (NoCompaction) Compact(_ context.Context, messages []api.Message) ([]api.Message, error) {
13 return messages, nil
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected