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

Method GetStringData

Source/Sound/threaded_sound_wrapper.cpp:183–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183std::string ThreadedSoundMessage::GetStringData() {
184 LOG_ASSERT(string_data);
185 std::string s((const char*)data);
186 return s;
187}
188
189ThreadedSoundDataBridge::ThreadedSoundDataBridge() : handle_counter(0) {
190}

Callers 1

ThreadedSoundLoopFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected