()
| 1164 | } |
| 1165 | |
| 1166 | export function getApiKeyFromFd(): string | null | undefined { |
| 1167 | return STATE.apiKeyFromFd |
| 1168 | } |
| 1169 | |
| 1170 | export function setApiKeyFromFd(key: string | null): void { |
| 1171 | STATE.apiKeyFromFd = key |
nothing calls this directly
no outgoing calls
no test coverage detected