MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / commitMusic

Function commitMusic

src/audio/index.ts:148–151  ·  view source on GitHub ↗
(stagingHandle: number)

Source from the content-addressed store, hash-verified

146}
147
148export function commitMusic(stagingHandle: number): Music {
149 const handle = bloom_commit_music(stagingHandle);
150 return { handle };
151}

Callers

nothing calls this directly

Calls 1

bloom_commit_musicFunction · 0.50

Tested by

no test coverage detected