Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JACoders/OpenJK
/ FindFirst
Method
FindFirst
code/qcommon/hstring.cpp:237–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
mHashes[i]=value;
236
}
237
int FindFirst(int hash)
238
{
239
mFindPtr=hash;
240
mFindPtrStart=hash;
241
return FindNext();
242
}
243
int FindNext()
244
{
245
assert(mFindPtr>=0&&mFindPtr<MAX_HASH);
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected