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

Method hashCode

JUCE/modules/juce_core/streams/juce_FileInputSource.cpp:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45int64 FileInputSource::hashCode() const
46{
47 int64 h = file.hashCode();
48
49 if (useFileTimeInHashGeneration)
50 h ^= file.getLastModificationTime().toMilliseconds();
51
52 return h;
53}
54
55} // namespace juce

Callers

nothing calls this directly

Calls 2

toMillisecondsMethod · 0.80

Tested by

no test coverage detected