MCPcopy Index your code
hub / github.com/SplootCode/splootcode / NodeObserver

Interface NodeObserver

packages/core/src/language/observers.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { ScopeMutation } from './mutations/scope_mutations'
5
6export interface NodeObserver {
7 handleNodeMutation(nodeMutation: NodeMutation): void
8}
9
10export interface ChildSetObserver {
11 handleChildSetMutation(mutations: ChildSetMutation): void

Callers 2

fireMutationMethod · 0.65
handleNodeMutationMethod · 0.65

Implementers 5

ValidationWatcherpackages/core/src/language/validation/
NodeBlockpackages/editor/src/layout/rendered_no
AutosaveWatcherpackages/editor/src/context/autosave_w
MutationDispatcherpackages/core/src/language/mutations/m
UndoWatcherpackages/editor/src/context/undoWatche

Calls

no outgoing calls

Tested by

no test coverage detected