Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/api3dao/airnode
/ formatSecrets
Function
formatSecrets
packages/airnode-examples/src/utils.ts:84–84 ·
view source on GitHub ↗
(secrets: string[])
Source
from the content-addressed store, hash-verified
82
* @returns All the lines joined followed by a
new
line symbol
83
*/
84
export
const
formatSecrets = (secrets: string[]) => secrets.join(
'\n'
) +
'\n'
;
85
86
/**
87
* @param filename
Callers
2
writeSecrets
Function · 0.90
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected