Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ stat
Class
stat
xs/tools/xsid.c:46–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
#else
46
struct stat a_stat;
47
if (realpath(path, buffer) != NULL) {
48
if (stat(buffer, &a_stat) == 0) {
49
if (S_ISDIR(a_stat.st_mode)) {
Callers
2
fxRealDirectoryPath
Function · 0.70
fxRealFilePath
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected