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

Function jjLOAD2

Singular/iparith.cc:2626–2629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2624 return FALSE;
2625}
2626static BOOLEAN jjLOAD2(leftv /*res*/, leftv/* LIB */ , leftv v)
2627{
2628 return jjLOAD((char*)v->Data(),TRUE);
2629}
2630static BOOLEAN jjLOAD_E(leftv /*res*/, leftv v, leftv u)
2631{
2632 char * s=(char *)u->Data();

Callers

nothing calls this directly

Calls 2

jjLOADFunction · 0.85
DataMethod · 0.45

Tested by

no test coverage detected