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

Class

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

Source from the content-addressed store, hash-verified

732 * The base class for all elements in the graph.
733 */
734export abstract class Element<
735 const TSchema extends GraphSchema,
736 const TLabel,
737 const TProperties,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected