Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ cfg
Function
cfg
test/warmup.test.ts:24–24 ·
view source on GitHub ↗
(model = 'test-model')
Source
from the content-addressed store, hash-verified
22
}
23
24
const
cfg = (model =
'test-model'
) => ({ defaults: { model } }) as any;
25
26
describe(
'warmModel'
, () => {
27
it(
'warms a LOCAL model (calls complete)'
,
async
() => {
Callers
1
warmup.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected