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

Function clearDirty

examples/scene-graph/room.ts:76–78  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

74}
75
76function clearDirty(id: string): void {
77 dirtyNodes.delete(id);
78}
79
80// ============================================================
81// Scene Registry (Map<nodeId, BloomHandle>)

Callers 2

slabSystemFunction · 0.85
wallSystemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected