MCPcopy Create free account
hub / github.com/codemix/graph /

Class

packages/graph/src/Graph.ts:856–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854};
855
856export class Vertex<
857 const TSchema extends GraphSchema,
858 const TVertexLabel extends VertexLabel<TSchema> = VertexLabel<TSchema>,
859> extends Element<TSchema, TVertexLabel, VertexProperties<TSchema, TVertexLabel>, StoredVertex> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected