Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ nullcRemoveModule
Function
nullcRemoveModule
NULLC/nullc.cpp:240–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
}
239
240
void nullcRemoveModule(const char* module)
241
{
242
using namespace NULLC;
243
NULLC_CHECK_INITIALIZED((void)false);
244
245
BinaryCache::RemoveBytecode(module);
246
}
247
248
const char* nullcEnumerateModules(unsigned id)
249
{
Callers
1
SuperCalcRun
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected