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

Method IpIdTest

tests/Singular/test_ipid.cpp:40–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 */
39
40IpIdTest::IpIdTest() {
41 _basePack=(package)omAlloc0(sizeof(*basePack));
42 basePack=_basePack;
43 currPack=_basePack;
44 idhdl h=enterid("Top", 0, PACKAGE_CMD, &IDROOT, TRUE);
45 //enterid("Top", 0, PACKAGE_CMD, &IDROOT, TRUE);
46 // IDPACKAGE(h)=basePack;
47 currPackHdl=h;
48 // basePackHdl=h;
49}
50
51void IpIdTest::setUp() {
52}

Callers

nothing calls this directly

Calls 2

omAlloc0Function · 0.85
enteridFunction · 0.85

Tested by

no test coverage detected