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

Method CopyA

Singular/subexpr.cc:757–763  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755//}
756
757attr sleftv::CopyA()
758{
759 attr *a=Attribute();
760 if ((a!=NULL) && (*a!=NULL))
761 return (*a)->Copy();
762 return NULL;
763}
764
765char * sleftv::String(void *d, BOOLEAN typed, int dim)
766{

Callers 3

atATTRIB2Function · 0.80
CopyMethod · 0.80
iiDefaultParameterFunction · 0.80

Calls 2

s_internalCopyFunction · 0.85
CopyMethod · 0.45

Tested by

no test coverage detected