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

Method Attribute

Singular/subexpr.cc:1505–1517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503}
1504
1505attr * sleftv::Attribute()
1506{
1507 if (e==NULL) return &attribute;
1508 if ((rtyp==LIST_CMD)
1509 ||((rtyp==IDHDL)&&(IDTYP((idhdl)data)==LIST_CMD))
1510 || (rtyp>MAX_TOK)
1511 || ((rtyp==IDHDL)&&(IDTYP((idhdl)data)>MAX_TOK)))
1512 {
1513 leftv v=LData();
1514 return &(v->attribute);
1515 }
1516 return NULL;
1517}
1518
1519leftv sleftv::LData()
1520{

Callers 7

atGetFunction · 0.80
atSetFunction · 0.80
atATTRIB1Function · 0.80
atATTRIB2Function · 0.80
lInsert0Function · 0.80
jjBETTI2_IDFunction · 0.80
ssiWriteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected