| 854 | }; |
| 855 | |
| 856 | export class Vertex< |
| 857 | const TSchema extends GraphSchema, |
| 858 | const TVertexLabel extends VertexLabel<TSchema> = VertexLabel<TSchema>, |
| 859 | > extends Element<TSchema, TVertexLabel, VertexProperties<TSchema, TVertexLabel>, StoredVertex> { |
nothing calls this directly
no outgoing calls
no test coverage detected