| 23 | } |
| 24 | |
| 25 | export class YGraph<const TSchema extends GraphSchema> extends Graph<TSchema> { |
| 26 | #doc: Y.Doc; |
| 27 | #subscription: Subscription | undefined; |
| 28 | #subscribers: Set<Observer<YGraphChange>> = new Set(); |
nothing calls this directly
no outgoing calls
no test coverage detected