MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getFreebuffModel

Function getFreebuffModel

common/src/constants/freebuff-models.ts:197–202  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

195}
196
197export function getFreebuffModel(id: string): FreebuffModelOption {
198 return (
199 SUPPORTED_FREEBUFF_MODELS.find((m) => m.id === id) ??
200 FREEBUFF_MODELS.find((m) => m.id === FALLBACK_FREEBUFF_MODEL_ID)!
201 )
202}
203
204function getNextFreebuffDeploymentStart(now: Date): Date {
205 const easternNow = getZonedParts(now, FREEBUFF_EASTERN_TIMEZONE)

Callers 2

renderStatusIndicatorFunction · 0.90
LimitedLandingPanelFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected