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

Method getSize

Source/Lua/JuceClasses/LFile.h:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 LFile(const File &other) : File(other) {}
11 void findChildFiles (luabind::object const& table, int whatToLookFor, bool searchRecursively, const String wildcardPattern) const;
12 double getSize()
13 {
14 return ((double)File::getSize());
15 }
16
17 static File getSpecialLocation(const File::SpecialLocationType type)
18 {

Callers 2

replaceWithDataMethod · 0.45
appendDataMethod · 0.45

Calls 1

getSizeFunction · 0.50

Tested by

no test coverage detected