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

Method setStateChangeCallback

extensions/cli/src/ui/TextBuffer.ts:214–216  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

212 }
213
214 setStateChangeCallback(callback: () => void): void {
215 this._onStateChange = callback;
216 }
217
218 // Called on Enter to expand full pasted content before submission
219 expandAllPasteBlocks(): void {

Callers 2

UserInputFunction · 0.80
EditMessageSelectorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected