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

Function testFile

packages/server-e2e/test/client.test.ts:684–693  ·  view source on GitHub ↗
(overrides: Partial<FileMeta> = {})

Source from the content-addressed store, hash-verified

682}
683
684function testFile(overrides: Partial<FileMeta> = {}): FileMeta {
685 return {
686 id: 'file_example',
687 name: 'example.txt',
688 media_type: 'text/plain',
689 size: 0,
690 created_at: '2026-06-09T00:00:00.000Z',
691 ...overrides,
692 };
693}
694
695function testMessage(overrides: Partial<Message> = {}): Message {
696 return {

Callers 1

client.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected