Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
const char* BinaryCache::EnumerateModules(unsigned id)
100
{
101
if(id >= cache.size())
102
return NULL;
103
return cache[id].name;
104
}
105
106
void BinaryCache::LastBytecode(const char* bytecode)
107
{
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected