Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ getFreeTag
Method
getFreeTag
SRC/graph/graph/Graph.cpp:309–313 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
}
308
309
int
310
Graph::getFreeTag(void)
311
{
312
return nextFreeTag;
313
}
314
315
Vertex *
316
Graph::removeVertex(int tag, bool flag)
Callers
1
mergeSubGraph
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected