MCPcopy Index your code
hub / github.com/api3dao/airnode / longArguments

Function longArguments

docker/scripts/cli.ts:12–14  ·  view source on GitHub ↗
(args: Record<string, any>)

Source from the content-addressed store, hash-verified

10
11// Taken from airnode-deployer
12const longArguments = (args: Record<string, any>) => {
13 return JSON.stringify(omitBy(args, (_, arg) => arg === '$0' || arg.length === 1));
14};
15
16const handleCliCommand = (result: GoResult<void, Error>) => {
17 if (!result.success) {

Callers 1

cli.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected