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

Function succeed

packages/airnode-validator/src/cli/cli.ts:10–10  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

8import { parseConfigWithSecrets } from '../api';
9
10export const succeed = (s: string) => ora(s).succeed();
11export const fail = (s: string) => {
12 ora(s).fail();
13 process.exit(1);

Callers 1

validateConfigurationFunction · 0.70

Calls 1

succeedMethod · 0.80

Tested by

no test coverage detected