()
| 1156 | } |
| 1157 | |
| 1158 | export function getOauthTokenFromFd(): string | null | undefined { |
| 1159 | return STATE.oauthTokenFromFd |
| 1160 | } |
| 1161 | |
| 1162 | export function setOauthTokenFromFd(token: string | null): void { |
| 1163 | STATE.oauthTokenFromFd = token |
nothing calls this directly
no outgoing calls
no test coverage detected