MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / calculateHash

Method calculateHash

Source/Core/CtrlrPanel/CtrlrPanelResource.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void CtrlrPanelResource::calculateHash()
144{
145 setProperty (Ids::resourceHash, resourceDataFile.hashCode64() + resourceDataFile.getLastModificationTime().toMilliseconds());
146}
147
148void CtrlrPanelResource::load()
149{

Callers

nothing calls this directly

Calls 4

setPropertyFunction · 0.85
toMillisecondsMethod · 0.80
hashCode64Method · 0.45

Tested by

no test coverage detected