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

Method setValue

src/view/params-view.ts:240–242  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

238 }
239
240 setValue(value: string) {
241 this.editor.setText(value ?? '');
242 }
243}
244
245export class MultiCheckboxParamRow extends ParamRow<gui.Container> {

Callers 1

constructorMethod · 0.95

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected