Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/R-js/libRmath.js
/ isDirectory
Function
isDirectory
scripts/helpers.mjs:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
217
let
lstat = {
218
isDirectory() {
219
return
false;
220
}
221
};
222
try {
223
lstat = lstatSync(candidate);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected