MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / stat

Class stat

xs/tools/xst262.c:960–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

958 closedir(dir);
959 while (firstEntry) {
960 struct stat a_stat;
961 strcpy(path + length, firstEntry->name);
962 if (stat(path, &a_stat) == 0) {
963 if (S_ISDIR(a_stat.st_mode)) {

Callers 2

xst262.cFile · 0.70
fxRunDirectoryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected