MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetCompiledData

Method SetCompiledData

Engine/source/EtCore/FileSystem/FileUtil.cpp:255–258  ·  view source on GitHub ↗

--------------------------------- FileUtil::SetCompiledData Sets the compiled data, should only be called once at startup

Source from the content-addressed store, hash-verified

253// Sets the compiled data, should only be called once at startup
254//
255void FileUtil::SetCompiledData(uint8 const* const data)
256{
257 s_CompiledData = data;
258}
259
260//---------------------------------
261// FileUtil::RemoveExcessPathDelimiters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected