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

Function config

docker/scripts/git.ts:10–10  ·  view source on GitHub ↗
(section: string, value: string)

Source from the content-addressed store, hash-verified

8}
9
10export const config = (section: string, value: string) => runCommand(`git config --global --add ${section} '${value}'`);
11
12export const clone = (directory?: string) => runCommand(`git clone ${AIRNODE_REPOSITORY} ${directory ?? ''}`);
13

Callers 1

setIdentityFunction · 0.85

Calls 1

runCommandFunction · 0.90

Tested by

no test coverage detected