MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / stat

Class stat

tensorflow/core/platform/posix/env.cc:259–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 struct stat statbuf;
260 if (!stat(d, &statbuf) && S_ISDIR(statbuf.st_mode) &&
261 !access(dstr.c_str(), 0)) {
262 // We found a dir that exists and is accessible - we're done.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected