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

Function mountedPicker

apps/kimi-code/test/tui/commands/goal.test.ts:136–139  ·  view source on GitHub ↗
(host: SlashCommandHost)

Source from the content-addressed store, hash-verified

134}
135
136function mountedPicker(host: SlashCommandHost): TestPicker {
137 const mock = host.mountEditorReplacement as ReturnType<typeof vi.fn>;
138 return mock.mock.calls[0]?.[0] as TestPicker;
139}
140
141function latestMountedPicker(host: SlashCommandHost): TestPicker {
142 const mock = host.mountEditorReplacement as ReturnType<typeof vi.fn>;

Callers 1

goal.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected