MCPcopy Create free account
hub / github.com/chieapp/chie / subscribeOnChange

Method subscribeOnChange

src/view/params-view.ts:151–153  ·  view source on GitHub ↗
(callback: () => void)

Source from the content-addressed store, hash-verified

149 }
150
151 subscribeOnChange(callback: () => void) {
152 this.connectYueSignal(this.editor.onSelectionChange, callback);
153 }
154
155 getValue() {
156 const name = this.editor.getSelectedItem();

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected