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

Method clearParams

src/view/params-view.ts:501–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

499 }
500
501 clearParams() {
502 for (const name in this.rows)
503 this.getRow(name).setValue('');
504 }
505
506 readParams(): object {
507 if (!this.rows)

Callers 1

#createAPIParamsViewMethod · 0.80

Calls 2

getRowMethod · 0.95
setValueMethod · 0.45

Tested by

no test coverage detected