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

Function packFindHdl

Singular/ipid.cc:833–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831}
832
833idhdl packFindHdl(package r)
834{
835 idhdl h=basePack->idroot;
836 while (h!=NULL)
837 {
838 if ((IDTYP(h)==PACKAGE_CMD)
839 && (IDPACKAGE(h)==r))
840 return h;
841 h=IDNEXT(h);
842 }
843 return NULL;
844}
845
846BOOLEAN iiAlias(leftv p)
847{

Callers 3

killhdl2Function · 0.85
iiMake_procFunction · 0.85
iiBranchToFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected