MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getFileSystem

Method getFileSystem

source/ui/data/boxedContainer.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 BString getName() { return this->name; }
46 BString getDir() { return this->dirPath; }
47 std::weak_ptr<FileSystemZip> getFileSystem() {return this->fileSystem;}
48 void setFileSystem(std::shared_ptr<FileSystemZip> fileSystem) { this->fileSystem = fileSystem; this->fileSystemZipName = fileSystem->name; }
49 BString getFileSystemName();
50 BString getSize() {return this->cachedSize;}

Callers 4

BoxedRegMethod · 0.80
getIconTextureMethod · 0.80
ContainersViewMethod · 0.80
setCurrentContainerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected