MCPcopy 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
90omError_t omTestBin(omBin bin, int check_level)
91{
92 return _omDebugBin(bin, OM_CLFL);
93}
94omError_t omTestMemory(int check_level)
95{
96 return _omDebugMemory(OM_CLFL);

Callers 1

omMergeStickyBinIntoBinFunction · 0.85

Calls 1

_omDebugBinFunction · 0.85

Tested by

no test coverage detected