MCPcopy Create free account
hub / github.com/freecodexyz/free-code / registerToolMessage

Function registerToolMessage

src/services/compact/cachedMicrocompact.ts:57–60  ·  view source on GitHub ↗
(
  _state: CachedMCState,
  _toolUseIds: string[],
)

Source from the content-addressed store, hash-verified

55}
56
57export function registerToolMessage(
58 _state: CachedMCState,
59 _toolUseIds: string[],
60): void {}
61
62export function getToolResultsToDelete(state: CachedMCState): string[] {
63 const config = getCachedMCConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected