MCPcopy
hub / github.com/apache/echarts / generateNodeKey

Function generateNodeKey

src/data/Graph.ts:28–30  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

26
27// id may be function name of Object, add a prefix to avoid this problem.
28function generateNodeKey(id: string): string {
29 return '_EC_' + id;
30}
31
32class Graph {
33 type: 'graph' = 'graph';

Callers 4

addNodeMethod · 0.85
getNodeByIdMethod · 0.85
addEdgeMethod · 0.85
breadthFirstTraverseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…