Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
757
attr sleftv::CopyA()
758
{
759
attr *a=Attribute();
760
if ((a!=NULL) && (*a!=NULL))
761
return (*a)->Copy();
762
return NULL;
763
}
764
765
char * sleftv::String(void *d, BOOLEAN typed, int dim)
766
{
Callers
3
atATTRIB2
Function · 0.80
Copy
Method · 0.80
iiDefaultParameter
Function · 0.80
Calls
2
s_internalCopy
Function · 0.85
Copy
Method · 0.45
Tested by
no test coverage detected