MCPcopy Create free account
hub / github.com/boostorg/cobalt / sync_data

Method sync_data

src/io/file.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83system::result<void> file::sync_data()
84{
85 system::error_code ec;
86 file_.sync_data(ec);
87 return ec ? ec : system::result<void>{};
88}
89
90system::result<void> file::close()
91{

Callers

nothing calls this directly

Calls 1

native_handleMethod · 0.45

Tested by

no test coverage detected