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

Function jjLOAD1

Singular/iparith.cc:4628–4631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4626 return FALSE;
4627}
4628static BOOLEAN jjLOAD1(leftv /*res*/, leftv v)
4629{
4630 return jjLOAD((char*)v->Data(),FALSE);
4631}
4632static BOOLEAN jjLISTRING(leftv res, leftv v)
4633{
4634 lists l=(lists)v->Data();

Callers

nothing calls this directly

Calls 2

jjLOADFunction · 0.85
DataMethod · 0.45

Tested by

no test coverage detected