MCPcopy Create free account
hub / github.com/sql-js/sql.js / toAbsolute

Function toAbsolute

js/sql-debug.js:2218–2222  ·  view source on GitHub ↗
(root)

Source from the content-addressed store, hash-verified

2216 return p !== '.' && p !== '..';
2217 };
2218 function toAbsolute(root) {
2219 return function(p) {
2220 return PATH.join2(root, p);
2221 }
2222 };
2223
2224 var check = FS.readdir(mount.mountpoint).filter(isRealDir).map(toAbsolute(mount.mountpoint));
2225

Callers 1

sql-debug.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…