MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / ten

Function ten

test/skill-versioning-ucb.test.ts:12–12  ·  view source on GitHub ↗
(success: boolean, tokens = 0, durationMs = 0)

Source from the content-addressed store, hash-verified

10 return m;
11}
12const ten = (success: boolean, tokens = 0, durationMs = 0) => Array(10).fill(0).map(() => ({ success, tokens, durationMs }));
13
14describe('#5 champion-only — UCB OFF for sensitive skills', () => {
15 it('always routes the champion regardless of a strong challenger', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected