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

Method openAsyncFileForWrite

bolt/common/file/FileSystems.h:144–148  ·  view source on GitHub ↗

Returns a LocalWriteFile with io_uring enabled

Source from the content-addressed store, hash-verified

142
143 /// Returns a LocalWriteFile with io_uring enabled
144 virtual std::unique_ptr<WriteFile> openAsyncFileForWrite(
145 std::string_view path,
146 const FileOptions& options = {}) {
147 BOLT_UNSUPPORTED("openAsyncFileForWrite not implemented");
148 }
149#endif
150
151 /// Deletes the file at 'path'. Throws on error.

Callers 2

SpillWriteFileMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36