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

Function listFiles

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

Source from the content-addressed store, hash-verified

16};
17
18export const listFiles = (options?: ExecSyncOptions) =>
19 runCommand(`git ls-files --exclude-standard -oi --directory`, options);
20
21export const add = (options?: ExecSyncOptions) => runCommand('git add .', options);
22

Callers

nothing calls this directly

Calls 1

runCommandFunction · 0.90

Tested by

no test coverage detected