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

Function getCachedWebSetup

src/fetchWebSetup.ts:56–60  ·  view source on GitHub ↗
(options: any)

Source from the content-addressed store, hash-verified

54 * @return web app configuration, or undefined.
55 */
56export function getCachedWebSetup(options: any): WebConfig | undefined {
57 const projectId = needProjectId(options);
58 const allConfigs = configstore.get(CONFIGSTORE_KEY) || {};
59 return allConfigs[projectId];
60}
61
62/**
63 * Recursively list all hosting sites for a given project.

Callers 2

implicitInitFunction · 0.90

Calls 2

needProjectIdFunction · 0.90
getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…