()
| 178 | |
| 179 | /** Gets scopes that have been set. */ |
| 180 | export function getScopes(): string[] { |
| 181 | return Array.from(commandScopes); |
| 182 | } |
| 183 | |
| 184 | /** Sets scopes for API calls. */ |
| 185 | export function setScopes(sps: string[] = []): void { |
nothing calls this directly
no test coverage detected
searching dependent graphs…