Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ Unlink
Method
Unlink
Source/Utils/micropather.h:236–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
bool inClosed;
235
236
void Unlink() {
237
next->prev = prev;
238
prev->next = next;
239
next = prev = 0;
240
}
241
void AddBefore( PathNode* addThis ) {
242
addThis->next = this;
243
addThis->prev = prev;
Callers
3
Pop
Method · 0.80
Update
Method · 0.80
Alloc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected