MCPcopy Create free account
hub / github.com/bytedance/bolt / openAsyncFileForRead

Method openAsyncFileForRead

bolt/common/file/FileSystems.h:137–141  ·  view source on GitHub ↗

Returns a LocalReadFile with io_uring enabled

Source from the content-addressed store, hash-verified

135#ifdef IO_URING_SUPPORTED
136 /// Returns a LocalReadFile with io_uring enabled
137 virtual std::unique_ptr<ReadFile> openAsyncFileForRead(
138 std::string_view path,
139 const FileOptions& options = {}) {
140 BOLT_UNSUPPORTED("openAsyncFileForRead not implemented");
141 }
142
143 /// Returns a LocalWriteFile with io_uring enabled
144 virtual std::unique_ptr<WriteFile> openAsyncFileForWrite(

Callers 2

SpillReadFileBaseMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36