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

Function label

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

* The label of the element.

()

Source from the content-addressed store, hash-verified

764 * The label of the element.
765 */
766 public get label(): TLabel {
767 if (this.#parsedId == null) {
768 this.#parsedId = parseElementId<TLabel & string>(this[$StoredElement].id as any);
769 }
770 return this.#parsedId[0];
771 }
772
773 /**
774 * The uuid of the element.

Callers

nothing calls this directly

Calls 1

parseElementIdFunction · 0.85

Tested by

no test coverage detected