()
| 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) => { |
no outgoing calls
no test coverage detected