MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetName

Method GetName

Sources/Shared/IO/EmscriptenFileStream.cpp:164–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 }
163
164 Containers::StringView EmscriptenFileStream::GetName() const
165 {
166 if (_name.empty()) {
167 _name = _handle["name"].as<std::string>();
168 }
169 return _name;
170 }
171
172 void EmscriptenFileStream::InitializeBuffer()
173 {

Callers 12

OnFilesReceivedMethod · 0.45
FactoryMethod · 0.45
OnLevelUpdateMethod · 0.45
OnLevelCallbackMethod · 0.45
OnPlayerDiedMethod · 0.45
CScriptArrayMethod · 0.45
SetValueMethod · 0.45
FindMethod · 0.45
SortMethod · 0.45
CopyBufferMethod · 0.45
PrecacheMethod · 0.45
RegisterRef.cppFile · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected