MCPcopy 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
122bool FileCache::IsLoaded(const char* name)
123{
124 int index = Find(name);
125 return (index >= 0);
126}
127
128void FileCache::Open(QIFStream& stream, const char* name)
129{

Callers 3

RequestMethod · 0.45
OpenMethod · 0.45

Calls 1

FindFunction · 0.85

Tested by

no test coverage detected