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

Method readlink

fs/subfs.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 return underlayfs->symlink(oldname, newname);
136 }
137 virtual ssize_t readlink(const char *path, char *buf, size_t bufsiz) override
138 {
139 PathCat __(this, path);
140 return underlayfs->readlink(path, buf, bufsiz);
141 }
142 virtual int link(const char *oldname, const char *newname) override
143 {
144 PathCat __(this, oldname);

Callers 2

OVERRIDE_ASYNCMethod · 0.45
xmp_readlinkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected