MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / while

Function while

src/lib/libfs.js:673–681  ·  view source on GitHub ↗
(current)

Source from the content-addressed store, hash-verified

671
672 for (var [hash, current] of Object.entries(FS.nameTable)) {
673 while (current) {
674 var next = current.name_next;
675
676 if (mounts.includes(current.mount)) {
677 FS.destroyNode(current);
678 }
679
680 current = next;
681 }
682 }
683
684 // no longer a mountpoint

Callers 2

lower_bound.hFile · 0.50
AppendNumberFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected