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

Method getRow

src/view/params-view.ts:518–520  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

516 }
517
518 getRow(name: string) {
519 return this.rows[name];
520 }
521
522 getValue(name: string) {
523 return this.getRow(name)?.getValue();

Callers 9

fillParamsMethod · 0.95
clearParamsMethod · 0.95
getValueMethod · 0.95
requestAttentionMethod · 0.95
fillCredentialMethod · 0.80
constructorMethod · 0.80
#onLoginMethod · 0.80
constructorMethod · 0.80
#updateDefaultIconMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected