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

Method filesystem

fs/test/test.cpp:354–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352 public:
353 const static ssize_t SIZE0 = 0;
354 virtual IAsyncFileSystem* filesystem() override
355 {
356 return nullptr;
357 }
358 OVERRIDE_ASYNC(ssize_t, read, void *buf, size_t count)
359 {
360 callback_umimplemented(done);

Callers 2

TESTFunction · 0.45
xfile_not_impl_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected