Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
#createAPIParamsView
Method · 0.80
Calls
2
getRow
Method · 0.95
setValue
Method · 0.45
Tested by
no test coverage detected