Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ GetCacheData
Method
GetCacheData
Source/Utils/micropather.cpp:679–682 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
677
678
679
void MicroPather::GetCacheData( CacheData* data )
680
{
681
memset( data, 0, sizeof(*data) );
682
}
683
684
685
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected