MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ShouldRebuild

Method ShouldRebuild

Source/InstrumentFileTree.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool CInstrumentFileTree::ShouldRebuild() const
39{
40 // Check if tree expired, to allow changes in the file system to be visible
41 return (GetTickCount() > m_iTimeout) || m_bShouldRebuild;
42}
43
44bool CInstrumentFileTree::BuildMenuTree(const CStringW &instrumentPath) // // //
45{

Callers 1

OnLoadInstrumentMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected