MCPcopy
hub / github.com/codeaashu/claude-code / productionDeps

Function productionDeps

src/query/deps.ts:33–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33export function productionDeps(): QueryDeps {
34 return {
35 callModel: queryModelWithStreaming,
36 microcompact: microcompactMessages,
37 autocompact: autoCompactIfNeeded,
38 uuid: randomUUID,
39 }
40}
41

Callers 1

queryLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected