MCPcopy Index your code
hub / github.com/pascalorg/editor / deleteNode

Function deleteNode

packages/core/src/registry/scene-api.test.ts:18–20  ·  view source on GitHub ↗
(id: AnyNodeId)

Source from the content-addressed store, hash-verified

16 if (existing) state.nodes[id] = { ...existing, ...data } as AnyNode
17 },
18 deleteNode(id: AnyNodeId) {
19 delete state.nodes[id]
20 },
21 markDirty(id: AnyNodeId) {
22 state.dirtyNodes.add(id)
23 },

Callers 15

ItemPanelFunction · 0.85
RidgeVentPanelFunction · 0.85
WindowPanelFunction · 0.85
SolarPanelPanelFunction · 0.85
DormerPanelFunction · 0.85
TurbineVentPanelFunction · 0.85
ColumnPanelFunction · 0.85
ChimneyPanelFunction · 0.85
EyebrowVentPanelFunction · 0.85
BoxVentPanelFunction · 0.85
CupolaPanelFunction · 0.85
SkylightPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…