MCPcopy Create free account
hub / github.com/api3dao/airnode / run

Function run

packages/airnode-deployer/src/entrypoint.ts:16–19  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

14}
15
16export async function run(...args: unknown[]) {
17 const handler = await cloudHandler();
18 return handler.run(...args);
19}
20
21// We shorten function name to allow for shorter cloud resource names
22export async function httpReq(...args: unknown[]) {

Callers

nothing calls this directly

Calls 1

cloudHandlerFunction · 0.85

Tested by

no test coverage detected