Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
import
{ parseConfigWithSecrets } from
'../api'
;
9
10
export
const
succeed = (s: string) => ora(s).succeed();
11
export
const
fail = (s: string) => {
12
ora(s).fail();
13
process.exit(1);
Callers
1
validateConfiguration
Function · 0.70
Calls
1
succeed
Method · 0.80
Tested by
no test coverage detected