MCPcopy 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 */
84export const formatSecrets = (secrets: string[]) => secrets.join('\n') + '\n';
85
86/**
87 * @param filename

Callers 2

writeSecretsFunction · 0.90
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected