MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / add-dir.test.ts

File add-dir.test.ts

apps/kimi-code/test/tui/commands/add-dir.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi } from 'vitest';
2
3import { handleAddDirCommand } from '#/tui/commands/add-dir';
4import { dispatchInput, type SlashCommandHost } from '#/tui/commands/dispatch';

Callers

nothing calls this directly

Calls 5

handleAddDirCommandFunction · 0.90
dispatchInputFunction · 0.90
makeHostFunction · 0.70
renderMethod · 0.65
handleInputMethod · 0.65

Tested by

no test coverage detected