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

Function initDeployStats

src/deploy/dataconnect/context.ts:33–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33export function initDeployStats(): DeployStats {
34 return {
35 numBuildErrors: 0,
36 numBuildWarnings: new Map<string, number>(),
37 numServiceCreated: 0,
38 numSchemaMigrated: 0,
39 numConnectorUpdatedBeforeSchema: 0,
40 numConnectorUpdatedAfterSchema: 0,
41 numSchemaSkippedDueToPendingCreate: 0,
42 numSchemaSqlDiffs: 0,
43 numSchemaInvalidConnectors: 0,
44 };
45}
46
47export function deployStatsParams(stats: DeployStats): AnalyticsParams {
48 const buildWarnings: AnalyticsParams = {};

Callers 3

release.spec.tsFile · 0.90
deploy.spec.tsFile · 0.90
prepare.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…