MCPcopy Create free account
hub / github.com/firebase/firebase-functions-test / constructor

Method constructor

src/lifecycle.ts:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 private _oldEnv: { [key: string]: string };
31
32 constructor() {
33 this._oldEnv = {};
34 }
35
36 /** Initialize the SDK. */
37 init(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected