MCPcopy 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
575LNode* LTagNode::getLNode() {
576 return this->data;
577}
578
579LTagNode* LTagNode::getNext() {
580 return next;

Callers 1

getFirstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected