Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anomalyco/opencode
/ playSoundById
Function
playSoundById
packages/app/src/utils/sound.ts:100–102 ·
view source on GitHub ↗
(id: string | undefined)
Source
from the content-addressed store, hash-verified
98
}
99
100
export
function
playSoundById(id: string | undefined) {
101
return
soundSrc(id).then((src) => playSound(src))
102
}
Callers
5
playDemoSound
Function · 0.90
playDemoSound
Function · 0.90
useSDKNotificationToasts
Function · 0.90
handleSessionIdle
Function · 0.90
handleSessionError
Function · 0.90
Calls
2
soundSrc
Function · 0.85
playSound
Function · 0.70
Tested by
no test coverage detected