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

Function requireFdPath

packages/pi-tui/test/autocomplete.test.ts:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40const isFdInstalled = Boolean(fdPath);
41
42const requireFdPath = (): string => {
43 if (!fdPath) {
44 throw new Error("fd is not available");
45 }
46 return fdPath;
47};
48
49const getSuggestions = (
50 provider: CombinedAutocompleteProvider,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected