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

Function iiCheckPack

Singular/ipshell.cc:1629–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1627}
1628
1629void iiCheckPack(package &p)
1630{
1631 if (p!=basePack)
1632 {
1633 idhdl t=basePack->idroot;
1634 while ((t!=NULL) && (IDTYP(t)!=PACKAGE_CMD) && (IDPACKAGE(t)!=p)) t=t->next;
1635 if (t==NULL)
1636 {
1637 WarnS("package not found\n");
1638 p=basePack;
1639 }
1640 }
1641}
1642
1643idhdl rDefault(const char *s)
1644{

Callers 5

killhdl2Function · 0.85
popMethod · 0.85
iiMake_procFunction · 0.85
listallFunction · 0.85
iiBranchToFunction · 0.85

Calls 1

WarnSFunction · 0.85

Tested by

no test coverage detected