MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getFileStream

Method getFileStream

src/eepp/system/pak.cpp:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397IOStream* Pak::getFileStream( const std::string& path ) {
398 return eeNew( IOStreamPak, ( this, path ) );
399}
400
401Pak::pakEntry Pak::getPackEntry( Uint32 index ) {
402 if ( isOpen() && index < mPakFiles.size() ) {

Callers 3

loadFromPackMethod · 0.45
loadFromPackMethod · 0.45
getFileFromPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected