Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ resetDeploymentCooldown
Function
resetDeploymentCooldown
web/src/llm-api/fireworks.ts:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
export
function
resetDeploymentCooldown(): void {
70
deploymentScalingUpUntil = 0
71
}
72
73
export
function
isFireworksModel(model: string): boolean {
74
return
model in FIREWORKS_MODEL_MAP
Callers
1
fireworks-deployment.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected