Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ IsLoaded
Method
IsLoaded
engine/Poseidon/IO/FileServer.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
bool FileCache::IsLoaded(const char* name)
123
{
124
int index = Find(name);
125
return (index >= 0);
126
}
127
128
void FileCache::Open(QIFStream& stream, const char* name)
129
{
Callers
3
Request
Method · 0.45
Open
Method · 0.45
test_font_renderer.cpp
File · 0.45
Calls
1
Find
Function · 0.85
Tested by
no test coverage detected