MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / stat

Method stat

fs/subfs.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 return underlayfs->opendir(path);
178 }
179 virtual int stat(const char *path, struct stat *buf) override
180 {
181 PathCat __(this, path);
182 return underlayfs->stat(path, buf);
183 }
184 virtual int lstat(const char *path, struct stat *buf) override
185 {
186 PathCat __(this, path);

Callers 1

initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected