MCPcopy
hub / github.com/HKUDS/LightRAG / EdgeToUpdate

Interface EdgeToUpdate

lightrag_webui/src/stores/graph.ts:49–53  ·  view source on GitHub ↗

* Interface for tracking edges that need updating when a node ID changes

Source from the content-addressed store, hash-verified

47 * Interface for tracking edges that need updating when a node ID changes
48 */
49interface EdgeToUpdate {
50 originalDynamicId: string
51 newEdgeId: string
52 edgeIndex: number
53}
54
55export class RawGraph {
56 nodes: RawNodeType[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected