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

Function countedref_CheckInit

Singular/countedref.cc:397–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395}
396
397BOOLEAN countedref_CheckInit(leftv res, leftv arg)
398{
399 if (arg->Data() != NULL) return FALSE;
400 res->rtyp = NONE;
401 WerrorS("Noninitialized access");
402 return TRUE;
403}
404
405/// blackbox support - unary operations
406BOOLEAN countedref_Op1(int op, leftv res, leftv head)

Callers 5

countedref_Op1Function · 0.85
countedref_Op2Function · 0.85
countedref_Op3Function · 0.85
countedref_Op1SharedFunction · 0.85
countedref_Op2SharedFunction · 0.85

Calls 2

WerrorSFunction · 0.85
DataMethod · 0.45

Tested by

no test coverage detected