Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
4628
static BOOLEAN jjLOAD1(leftv /*res*/, leftv v)
4629
{
4630
return jjLOAD((char*)v->Data(),FALSE);
4631
}
4632
static BOOLEAN jjLISTRING(leftv res, leftv v)
4633
{
4634
lists l=(lists)v->Data();
Callers
nothing calls this directly
Calls
2
jjLOAD
Function · 0.85
Data
Method · 0.45
Tested by
no test coverage detected