MCPcopy Create free account
hub / github.com/firebase/firebase-tools / getScopes

Function getScopes

src/api.ts:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178
179/** Gets scopes that have been set. */
180export function getScopes(): string[] {
181 return Array.from(commandScopes);
182}
183
184/** Sets scopes for API calls. */
185export function setScopes(sps: string[] = []): void {

Callers

nothing calls this directly

Calls 1

fromMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…