Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ createNode
Function
createNode
examples/scene-graph/room.ts:67–70 ·
view source on GitHub ↗
(node: AnyNode)
Source
from the content-addressed store, hash-verified
65
const
dirtyNodes: Set<string> =
new
Set();
66
67
function
createNode(node: AnyNode): void {
68
nodes.set(node.id, node);
69
dirtyNodes.add(node.id);
70
}
71
72
function
markDirty(id: string): void {
73
dirtyNodes.add(id);
Callers
1
room.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected