Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ compressed
Method
compressed
source/core/StarAudio.cpp:589–591 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
}
588
589
bool Audio::compressed() const {
590
return (bool)m_compressed;
591
}
592
593
void Audio::uncompress() {
594
if (m_compressed) {
Callers
2
playback
Method · 0.80
loadAudio
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected