(target: any)
| 48 | |
| 49 | /** Get the current observer set. Never mutate it directly! */ |
| 50 | const getFluidObservers: GetFluidObservers = (target: any) => |
| 51 | target[$observers] || null |
| 52 | |
| 53 | /** Send an event to an observer. */ |
| 54 | function callFluidObserver<E extends FluidEvent>( |
no outgoing calls
searching dependent graphs…