MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / getDirent

Method getDirent

lib/vfs/prodos.cc:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 std::shared_ptr<Dirent> getDirent(const Path& path) override
185 {
186 mount();
187
188 auto dir = chdir(path.parent());
189 return dir->find(path.back());
190 }
191
192 Bytes getFile(const Path& path) override
193 {

Callers

nothing calls this directly

Calls 2

parentMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected