MCPcopy 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
131void
132StateFile::CheckModified() noexcept
133{
134 if (!timer_event.IsPending() && IsModified())
135 timer_event.Schedule(config.interval);
136}
137
138void
139StateFile::OnTimeout() noexcept

Callers 1

OnStateModifiedMethod · 0.80

Calls 1

ScheduleMethod · 0.45

Tested by

no test coverage detected