Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ refreshGraph
Function
refreshGraph
web/src/composables/useGraph.js:51–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
const
refreshGraph = () => {
52
nextTick(() => {
53
if
(graphRef && graphRef.value && graphRef.value.refreshGraph) {
54
graphRef.value.refreshGraph()
55
}
56
})
57
}
58
59
return
{
60
fetching,
Callers
1
updateGraphData
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected