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

Class stat

xs/tools/xslBase.c:634–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632#else
633 char buffer[C_PATH_MAX];
634 struct stat a_stat;
635 if (realpath(path, buffer) != NULL) {
636 if (stat(buffer, &a_stat) == 0) {
637 if (S_ISDIR(a_stat.st_mode)) {

Callers 2

fxRealDirectoryPathFunction · 0.70
fxRealFilePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected