MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / flush

Method flush

src/host/settings/settings_saver.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void SettingsSaver::flush() {
51 if (dirty_) {
52 save_(current_);
53 dirty_ = false;
54 }
55}
56
57} // namespace oid::host

Callers 2

mainFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64