MCPcopy Create free account
hub / github.com/xerrors/Yuxi / clearGraph

Function clearGraph

web/src/composables/useGraph.js:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 const clearGraph = () => {
39 graphData.nodes = []
40 graphData.edges = []
41 handleCanvasClick()
42 }
43
44 const updateGraphData = (nodes, edges) => {
45 graphData.nodes = nodes || []

Callers

nothing calls this directly

Calls 1

handleCanvasClickFunction · 0.85

Tested by

no test coverage detected