Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ stat
Class
stat
xs/tools/xst.c:1131–1131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1129
}
1130
#else
1131
struct stat a_stat;
1132
if (stat(path, &a_stat) == 0) {
1133
if (S_ISDIR(a_stat.st_mode))
1134
return;
Callers
1
fxLoadModule
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected