MCPcopy Create free account
hub / github.com/getagentseal/codeburn / validCallJson

Function validCallJson

tests/session-cache.test.ts:436–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434 })
435
436 function validCallJson() {
437 return {
438 provider: 'claude', model: 'm', deduplicationKey: 'k', timestamp: 't', speed: 'standard',
439 tools: ['Read'], bashCommands: ['ls'], skills: [],
440 usage: { inputTokens: 1, outputTokens: 1, cacheCreationInputTokens: 0, cacheReadInputTokens: 0, cachedInputTokens: 0, reasoningTokens: 0, webSearchRequests: 0, cacheCreationOneHourTokens: 0 },
441 }
442 }
443
444 function wrapCall(callOverride: Record<string, unknown>) {
445 return {

Callers 1

wrapCallFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected