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

Function newstruct_Copy

Singular/newstruct.cc:175–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 return N;
174}
175void * newstruct_Copy(blackbox*, void *d)
176{
177 lists n1=(lists)d;
178 return (void*)lCopy_newstruct(n1);
179}
180
181// Used by newstruct_Assign for overloaded '='
182BOOLEAN newstruct_Assign_user(int op, leftv l, leftv r)

Callers 2

newstruct_StringFunction · 0.85
newstruct_PrintFunction · 0.85

Calls 1

lCopy_newstructFunction · 0.85

Tested by

no test coverage detected