MCPcopy 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
240void nullcRemoveModule(const char* module)
241{
242 using namespace NULLC;
243 NULLC_CHECK_INITIALIZED((void)false);
244
245 BinaryCache::RemoveBytecode(module);
246}
247
248const char* nullcEnumerateModules(unsigned id)
249{

Callers 1

SuperCalcRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected