MCPcopy Index your code
hub / github.com/prettydiff/prettydiff / listBuilder

Function listBuilder

services.ts:392–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390 if (match !== null) {
391 const list:string[] = [],
392 listBuilder = function node_exclusions_listBuilder():void {
393 do {
394 if (process.argv[a] === "]" || process.argv[a].charAt(process.argv[a].length - 1) === "]") {
395 if (process.argv[a] !== "]") {
396 list.push(process.argv[a].replace(/,$/, "").slice(0, process.argv[a].length - 1));
397 }
398 process.argv.splice(igindex, (a + 1) - igindex);
399 break;
400 }
401 list.push(process.argv[a].replace(/,$/, ""));
402 a = a + 1;
403 } while (a < len);
404 };
405 let a:number = 0,
406 len:number = process.argv.length,
407 igindex:number = process.argv.indexOf("ignore");

Callers 1

services.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected