Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ cResource_File
Method
cResource_File
Source/Resources.hpp:30–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
uint32 mSize;
29
30
cResource_File( std::string pName, uint32 pStart, uint32 pEnd ) :
31
mName( pName ), mAddressStart( pStart ), mSize( pEnd ) { }
32
33
};
34
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected