MCPcopy Create free account
hub / github.com/SplootCode/splootcode / clean

Method clean

packages/core/src/language/node.ts:281–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279 }
280
281 clean() {
282 // Called when a child or sub-child is deleted.
283 // Default action is no-op
284 }
285
286 fireMutation(mutation: NodeMutation) {
287 this.mutationObservers.forEach((observer: NodeObserver) => {

Callers 4

combineFragmentsFunction · 0.45
deleteSelectedNodeMethod · 0.45
insertNodeByChildSetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected