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

Method hashCode64

JUCE/modules/juce_core/files/juce_File.cpp:399–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398int File::hashCode() const { return fullPath.hashCode(); }
399int64 File::hashCode64() const { return fullPath.hashCode64(); }
400
401//==============================================================================
402bool File::isAbsolutePath (StringRef path)

Callers 8

calculateHashMethod · 0.45
ImageCache::PimplClass · 0.45
parseCodeMethod · 0.45
hashCodeMethod · 0.45
getImageFromAssetsFunction · 0.45
getImageFromAssetsFunction · 0.45
getUniqueNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected