()
| 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)); |
nothing calls this directly
no test coverage detected