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

Method isOpen

source/util/bfile.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool BReadFile::isOpen() {
58 return file != nullptr;
59}
60
61void BReadFile::close() {
62 if (file) {

Callers 11

logMethod · 0.45
logBlockFunction · 0.45
FINITMethod · 0.45
applyMethod · 0.45
extractIconFromExeFunction · 0.45
internal_kpanicFunction · 0.45
internal_logFunction · 0.45
readLinesFromFileFunction · 0.45
writeLinesToFileFunction · 0.45
crc32FileFunction · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected