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

Function commitModel

src/models/index.ts:751–754  ·  view source on GitHub ↗
(stagingHandle: number)

Source from the content-addressed store, hash-verified

749}
750
751export function commitModel(stagingHandle: number): Model {
752 const handle = bloom_commit_model(stagingHandle);
753 return makeModel(handle);
754}
755
756// ---------------------------------------------------------------------
757// EN-015 V1 — Octahedral imposter / billboard helpers.

Callers

nothing calls this directly

Calls 2

makeModelFunction · 0.85
bloom_commit_modelFunction · 0.50

Tested by

no test coverage detected