Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
bool BReadFile::isOpen() {
58
return file != nullptr;
59
}
60
61
void BReadFile::close() {
62
if (file) {
Callers
11
log
Method · 0.45
logBlock
Function · 0.45
FINIT
Method · 0.45
apply
Method · 0.45
extractIconFromExe
Function · 0.45
internal_kpanic
Function · 0.45
internal_log
Function · 0.45
readLinesFromFile
Function · 0.45
writeLinesToFile
Function · 0.45
crc32File
Function · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected