Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
std::string ThreadedSoundMessage::GetStringData() {
184
LOG_ASSERT(string_data);
185
std::string s((const char*)data);
186
return s;
187
}
188
189
ThreadedSoundDataBridge::ThreadedSoundDataBridge() : handle_counter(0) {
190
}
Callers
1
ThreadedSoundLoop
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected