MCPcopy Create free account
hub / github.com/WheretIB/nullc / EnumerateModules

Method EnumerateModules

NULLC/BinaryCache.cpp:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99const char* BinaryCache::EnumerateModules(unsigned id)
100{
101 if(id >= cache.size())
102 return NULL;
103 return cache[id].name;
104}
105
106void BinaryCache::LastBytecode(const char* bytecode)
107{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected