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

Method isShowingAutocomplete

packages/pi-tui/src/components/editor.ts:2407–2409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2405 }
2406
2407 public isShowingAutocomplete(): boolean {
2408 return this.autocompleteState !== null;
2409 }
2410
2411 private updateAutocomplete(): void {
2412 if (!this.autocompleteState || !this.autocompleteProvider) return;

Callers 5

editor.test.tsFile · 0.80
handleInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected