Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ getSegment
Method
getSegment
src/Savegame/Node.cpp:144–147 ·
view source on GitHub ↗
* Gets the Node's segment. * @return segment */
Source
from the content-addressed store, hash-verified
142
* @return segment
143
*/
144
int Node::getSegment() const
145
{
146
return _segment;
147
}
148
149
/// get the node's paths
150
std::vector<int> *Node::getNodeLinks()
Callers
1
generateMap
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected