MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / createVideoKaos

Function createVideoKaos

packages/agent-core/test/agent/turn.test.ts:1859–1864  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1857};
1858
1859function createVideoKaos(): Kaos {
1860 return createFakeKaos({
1861 stat: vi.fn<Kaos['stat']>().mockResolvedValue(DEFAULT_MEDIA_STAT),
1862 readBytes: vi.fn<Kaos['readBytes']>().mockResolvedValue(MP4_HEADER),
1863 });
1864}
1865
1866async function waitForFile(path: string): Promise<void> {
1867 for (let i = 0; i < 100; i++) {

Callers 1

turn.test.tsFile · 0.85

Calls 1

createFakeKaosFunction · 0.90

Tested by

no test coverage detected