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

Function add

docker/scripts/git.ts:21–21  ·  view source on GitHub ↗
(options?: ExecSyncOptions)

Source from the content-addressed store, hash-verified

19 runCommand(`git ls-files --exclude-standard -oi --directory`, options);
20
21export const add = (options?: ExecSyncOptions) => runCommand('git add .', options);
22
23export const commit = (message: string, options?: ExecSyncOptions) => {
24 runCommand(`git commit --no-verify -m '${message}'`, options);

Callers

nothing calls this directly

Calls 1

runCommandFunction · 0.90

Tested by

no test coverage detected