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

Function cloudFunction

spec/main.spec.ts:38–38  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

36 describe('background functions', () => {
37 const constructBackgroundCF = (eventType?: string) => {
38 const cloudFunction = (input) => input;
39 set(cloudFunction, 'run', (data, context) => {
40 return { data, context };
41 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…