MCPcopy
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
100export function playSoundById(id: string | undefined) {
101 return soundSrc(id).then((src) => playSound(src))
102}

Callers 5

playDemoSoundFunction · 0.90
playDemoSoundFunction · 0.90
useSDKNotificationToastsFunction · 0.90
handleSessionIdleFunction · 0.90
handleSessionErrorFunction · 0.90

Calls 2

soundSrcFunction · 0.85
playSoundFunction · 0.70

Tested by

no test coverage detected