| 305 | } |
| 306 | |
| 307 | export class Graph<TSchema extends GraphSchema> implements GraphSource<TSchema> { |
| 308 | #config: GraphConfig<TSchema>; |
| 309 | |
| 310 | #vertexIdentities: WeakMap<StoredVertex, Vertex<TSchema, any>>; |
nothing calls this directly
no outgoing calls
no test coverage detected