MCPcopy Create free account
hub / github.com/PlaceGD/gd-place-2024 / httpsCallable

Function httpsCallable

src/firebase/cloud_functions.ts:67–71  ·  view source on GitHub ↗
(
    ...args: Parameters<typeof fHttpsCallable>
)

Source from the content-addressed store, hash-verified

65> = _TypedHttpsCallable<HttpsCallable<RequestData, ResponseData>>;
66
67const httpsCallable = <Req, Res = unknown>(
68 ...args: Parameters<typeof fHttpsCallable>
69): TypedHttpsCallable<Req, Res> => {
70 return fHttpsCallable(...args) as TypedHttpsCallable<Req, Res>;
71};
72
73const functions = getFunctions(cfapp);
74

Callers 1

cloud_functions.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected