Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ omTestBin
Function
omTestBin
omalloc/omDebug.c:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
omError_t omTestBin(omBin bin, int check_level)
91
{
92
return _omDebugBin(bin, OM_CLFL);
93
}
94
omError_t omTestMemory(int check_level)
95
{
96
return _omDebugMemory(OM_CLFL);
Callers
1
omMergeStickyBinIntoBin
Function · 0.85
Calls
1
_omDebugBin
Function · 0.85
Tested by
no test coverage detected