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

Function recurse

services.ts:2383–2393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2381 }
2382 },
2383 recurse = function node_apps_hash_dirComplete_recurse():void {
2384 let b = 0,
2385 end = (listlen - a < shortlimit)
2386 ? listlen - a
2387 : shortlimit;
2388 do {
2389 typeHash(a, end);
2390 a = a + 1;
2391 b = b + 1;
2392 } while (b < shortlimit && a < listlen);
2393 },
2394 sorty = function node_apps_hash_dirComplete_sorty(a:directoryItem, b:directoryItem) {
2395 if (a[0] < b[0]) {
2396 return -1;

Callers 2

terminateFunction · 0.85
dirCompleteFunction · 0.85

Calls 1

typeHashFunction · 0.85

Tested by

no test coverage detected