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

Function fleet

web/src/server/free-session/__tests__/admission.test.ts:42–47  ·  view source on GitHub ↗
(
  health: FireworksHealth,
  model: string = TEST_MODEL,
)

Source from the content-addressed store, hash-verified

40}
41
42function fleet(
43 health: FireworksHealth,
44 model: string = TEST_MODEL,
45): FleetHealth {
46 return { [model]: health }
47}
48
49describe('runAdmissionTick', () => {
50 test('admits one user per tick when healthy', async () => {

Callers 1

admission.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected