MCPcopy Create free account
hub / github.com/continuedev/continue / isInRapidInputMode

Method isInRapidInputMode

extensions/cli/src/ui/TextBuffer.ts:210–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

208 }
209
210 isInRapidInputMode(): boolean {
211 return this._rapidInputBuffer.length > 0;
212 }
213
214 setStateChangeCallback(callback: () => void): void {
215 this._onStateChange = callback;

Callers 2

TextBuffer.test.tsFile · 0.80
updateTextBufferStateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected