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

Method lstat

fs/subfs.cpp:184–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 return underlayfs->stat(path, buf);
183 }
184 virtual int lstat(const char *path, struct stat *buf) override
185 {
186 PathCat __(this, path);
187 return underlayfs->lstat(path, buf);
188 }
189 virtual int access(const char *path, int mode) override
190 {
191 PathCat __(this, path);

Callers 3

OVERRIDE_ASYNCMethod · 0.45
xmp_getattrFunction · 0.45
is_dirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected