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

Function interval

services.ts:4097–4105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4095 cwd:string = __dirname.replace(/(\/|\\)js$/, ""),
4096 increment = function node_apps_simulation_increment(irr:string):void {
4097 const interval = function node_apps_simulation_increment_interval():void {
4098 a = a + 1;
4099 if (a < len) {
4100 wrapper();
4101 } else {
4102 console.log("");
4103 callback(`${text.green}Successfully completed all ${text.cyan + len + text.green} simulation tests.${text.none}`);
4104 }
4105 };
4106 if (irr !== "") {
4107 console.log(`${apps.humantime(false) + text.underline}Test ${a + 1} ignored (${text.angry + irr + text.none + text.underline}):${text.none} ${tests[a].command}`);
4108 } else {

Callers 1

incrementFunction · 0.85

Calls 2

wrapperFunction · 0.85
callbackFunction · 0.85

Tested by

no test coverage detected