Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ TieAsNext
Function
TieAsNext
src/Chain/libraries/glua/glua_decompile.cpp:506–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
}
505
506
void TieAsNext(LogicExp* curr, LogicExp* item) {
507
curr->next = item;
508
item->prev = curr;
509
item->parent = curr->parent;
510
}
511
512
void Untie(LogicExp* curr, int* thenaddr) {
513
LogicExp* previous = curr->prev;
Callers
1
MakeBoolean
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected