Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ detachSound
Method
detachSound
src/eepp/audio/soundbuffer.cpp:220–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
}
219
220
void SoundBuffer::detachSound( Sound* sound ) const {
221
mSounds.erase( sound );
222
}
223
224
}} // namespace EE::Audio
Callers
4
~Sound
Method · 0.80
setBuffer
Method · 0.80
sound.cpp
File · 0.80
resetBuffer
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected