(key: RuntimeSecretKey)
| 129 | } |
| 130 | |
| 131 | getPending(key: RuntimeSecretKey): string | undefined { |
| 132 | return this.pendingSecrets.get(key); |
| 133 | } |
| 134 | |
| 135 | hasPending(key: RuntimeSecretKey): boolean { |
| 136 | return this.pendingSecrets.has(key); |
no outgoing calls
no test coverage detected