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

Method do_test

fs/test/test.cpp:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 return ::async_callback(this, ar);
563 }
564 void do_test(IAsyncFile* f)
565 {
566 f->pread(nullptr, 200, 300, {this, &TestAsyncFS::async_callback});
567 }
568 };
569
570 TestAsyncFS tafs;

Callers 1

TESTFunction · 0.80

Calls 1

preadMethod · 0.45

Tested by

no test coverage detected