MCPcopy Create free account
hub / github.com/Martchus/syncthingtray / bool

Function bool

syncthing/interface.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136inline RunningState::operator bool() const
137{
138 return !m_invalid;
139}
140
141///! \endcond
142

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected