MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / partition.test.ts

File partition.test.ts

test/partition.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from 'vitest';
2import { partitionWork, toWorkItems, type WorkItem } from '../src/orchestration/partition.js';
3
4function ids(items: WorkItem[]): string[] {

Callers

nothing calls this directly

Calls 6

partitionWorkFunction · 0.85
allIdsFunction · 0.85
toWorkItemsFunction · 0.85
addMethod · 0.80
idsFunction · 0.70
hasMethod · 0.45

Tested by

no test coverage detected