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

Method link

fs/subfs.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 return underlayfs->readlink(path, buf, bufsiz);
141 }
142 virtual int link(const char *oldname, const char *newname) override
143 {
144 PathCat __(this, oldname);
145 PathCat ___(this, newname);
146 return underlayfs->link(oldname, newname);
147 }
148 virtual int rename(const char *oldname, const char *newname) override
149 {
150 PathCat __(this, oldname);

Callers 3

OVERRIDE_ASYNCMethod · 0.45
xmp_linkFunction · 0.45
linkFunction · 0.45

Calls

no outgoing calls

Tested by 1

linkFunction · 0.36