MCPcopy Index your code
hub / github.com/getagentseal/codeburn / wrapCall

Function wrapCall

tests/session-cache.test.ts:444–453  ·  view source on GitHub ↗
(callOverride: Record<string, unknown>)

Source from the content-addressed store, hash-verified

442 }
443
444 function wrapCall(callOverride: Record<string, unknown>) {
445 return {
446 version: CACHE_VERSION,
447 providers: { claude: { envFingerprint: 'x', files: {
448 '/f': { fingerprint: { dev: 1, ino: 2, mtimeMs: 3, sizeBytes: 4 }, mcpInventory: [], turns: [
449 { timestamp: 'x', sessionId: 's', userMessage: 'y', calls: [{ ...validCallJson(), ...callOverride }] },
450 ] },
451 } } },
452 }
453 }
454
455 function wrapFile(fileOverride: Record<string, unknown>) {
456 return {

Callers 1

Calls 1

validCallJsonFunction · 0.85

Tested by

no test coverage detected