MCPcopy Create free account
hub / github.com/Singular/Singular / getPoly

Method getPoly

kernel/GBEngine/f5lists.cc:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30poly PNode::getPoly() {
31 return this->data;
32}
33
34PNode* PNode::getNext() {
35 return this->next;

Callers 4

insertMethod · 0.45
checkMethod · 0.45
printMethod · 0.45
polyTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected