Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linloir/GraphBuilder
/ DelVex
Method
DelVex
graph_implement.cpp:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
void ALGraph::DelVex(MyGraphicsVexItem *gvex){
59
int vexID = GetIdOf(gvex);
60
DelVex(vexID);
61
}
62
63
void ALGraph::DelVex(int vexID){
64
//Delete out arc
Callers
1
Init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected