Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ ClosedSet
Method
ClosedSet
Source/Utils/micropather.cpp:171–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
{
170
public:
171
ClosedSet( Graph* _graph ) { this->graph = _graph; }
172
~ClosedSet() {}
173
174
void Add( PathNode* pNode )
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected