Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ CheckModified
Method
CheckModified
src/StateFile.cxx:131–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void
132
StateFile::CheckModified() noexcept
133
{
134
if (!timer_event.IsPending() && IsModified())
135
timer_event.Schedule(config.interval);
136
}
137
138
void
139
StateFile::OnTimeout() noexcept
Callers
1
OnStateModified
Method · 0.80
Calls
1
Schedule
Method · 0.45
Tested by
no test coverage detected