MCPcopy Index your code
hub / github.com/cobusgreyling/loop-engineering / auditTargetArg

Function auditTargetArg

tools/loop-init/src/cli.ts:378–380  ·  view source on GitHub ↗
(target: string, targetDir: string)

Source from the content-addressed store, hash-verified

376}
377
378function auditTargetArg(target: string, targetDir: string): string {
379 return target === '.' ? '.' : targetDir;
380}
381
382async function main() {
383 const args = parseArgs(process.argv.slice(2));

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected