MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / serializeCacheDebugCorrelation

Function serializeCacheDebugCorrelation

common/src/util/cache-debug.ts:106–110  ·  view source on GitHub ↗
(
  correlation: CacheDebugCorrelation,
)

Source from the content-addressed store, hash-verified

104}
105
106export function serializeCacheDebugCorrelation(
107 correlation: CacheDebugCorrelation,
108): string {
109 return JSON.stringify(correlation)
110}
111
112export function parseCacheDebugCorrelation(
113 value: unknown,

Callers 1

runAgentStepFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected