Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ FileOpened
Function
FileOpened
NULLC/includes/file.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
int FileOpened(File* file)
54
{
55
return !!(file->flag & FILE_OPENED);
56
}
57
58
template<typename T>
59
void FileWriteType(T data, File* file)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected