MCPcopy 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
69export function resetDeploymentCooldown(): void {
70 deploymentScalingUpUntil = 0
71}
72
73export function isFireworksModel(model: string): boolean {
74 return model in FIREWORKS_MODEL_MAP

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected