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

Method ringed

Singular/countedref.h:428–428  ·  view source on GitHub ↗

Test whether we reference to ring-dependent data

Source from the content-addressed store, hash-verified

426 BOOLEAN isid() const { return m_data->rtyp==IDHDL;}
427 /// Test whether we reference to ring-dependent data
428 BOOLEAN ringed() { return m_data->RingDependend(); }
429 /// Check whether (all-zero) initialized data was never assigned.
430 BOOLEAN unassigned() const { return m_data->Typ()==0; }
431

Callers 1

reringMethod · 0.80

Calls 1

RingDependendMethod · 0.80

Tested by

no test coverage detected