Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ getLNode
Method
getLNode
kernel/GBEngine/f5lists.cc:575–577 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
573
}
574
575
LNode* LTagNode::getLNode() {
576
return this->data;
577
}
578
579
LTagNode* LTagNode::getNext() {
580
return next;
Callers
1
getFirst
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected