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

Function isRealDir

js/sql-debug.js:2215–2217  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

2213 var entries = {};
2214
2215 function isRealDir(p) {
2216 return p !== '.' && p !== '..';
2217 };
2218 function toAbsolute(root) {
2219 return function(p) {
2220 return PATH.join2(root, p);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…