| 28 | export const $OutEKey = makeInternalKey("outE"); |
| 29 | |
| 30 | export class YGraphStorage implements GraphStorage { |
| 31 | #doc: Y.Doc; |
| 32 | #config: YGraphStorageConfig; |
| 33 | #vertexIdentities: WeakMap<Y.Map<unknown>, StoredVertex>; |
nothing calls this directly
no outgoing calls
no test coverage detected