Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void SettingsSaver::flush() {
51
if (dirty_) {
52
save_(current_);
53
dirty_ = false;
54
}
55
}
56
57
} // namespace oid::host
Callers
2
main
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64