Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
33
export
function
productionDeps(): QueryDeps {
34
return
{
35
callModel: queryModelWithStreaming,
36
microcompact: microcompactMessages,
37
autocompact: autoCompactIfNeeded,
38
uuid: randomUUID,
39
}
40
}
41
Callers
1
queryLoop
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected