MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetRealHandle

Method GetRealHandle

Source/Sound/threaded_sound_wrapper.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147real_sound_handle ThreadedSoundMessage::GetRealHandle() {
148 LOG_ASSERT(has_handle);
149 return tsdb.GetHandle(wsh);
150}
151
152void ThreadedSoundMessage::SetData(const void* _data_ptr, size_t offset, size_t _datalen) {
153 if (offset + _datalen > datalen) {

Callers 1

ThreadedSoundLoopFunction · 0.80

Calls 1

GetHandleMethod · 0.80

Tested by

no test coverage detected