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

Method update

src/view/settings-window.ts:115–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114 // Fill table with existing credentials.
115 const update = () => this.apisTable.setData(apiManager.getCredentials());
116 update();
117 this.connections.add(apiManager.onAddCredential.connect(update));
118 this.connections.add(apiManager.onUpdateCredential.connect(update));

Callers

nothing calls this directly

Calls 3

setDataMethod · 0.80
getCredentialsMethod · 0.80
getExtensionsMethod · 0.80

Tested by

no test coverage detected