MCPcopy Create free account
hub / github.com/bumptop/BumpTop / isFileSystemType

Method isFileSystemType

trunk/win/Source/BT_FileSystemActor.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599bool FileSystemActor::isFileSystemType(FileSystemActorType fsType) const
600{
601 return (type.ternaryType & fsType) ? true : false;
602}
603
604QString FileSystemActor::getThumbnailID() const
605{

Callers 15

isSourceValidMethod · 0.80
onDropMethod · 0.80
for_eachFunction · 0.80
addToPileMethod · 0.80
removeFromPileMethod · 0.80
copyToPileMethod · 0.80
copyFromPileMethod · 0.80
breakPileMethod · 0.80
onFileModifiedMethod · 0.80
onTossRecieveMethod · 0.80
onFileAddedMethod · 0.80
onFileNameChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected