(key: RuntimeSecretKey)
| 133 | } |
| 134 | |
| 135 | hasPending(key: RuntimeSecretKey): boolean { |
| 136 | return this.pendingSecrets.has(key); |
| 137 | } |
| 138 | |
| 139 | deletePending(key: RuntimeSecretKey): void { |
| 140 | this.pendingSecrets.delete(key); |
no outgoing calls
no test coverage detected