Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WheretIB/nullc
/ nullcInitMapModule
Function
nullcInitMapModule
NULLC/includes/map.cpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
#define REGISTER_FUNC(funcPtr, name, index) if(!nullcBindModuleFunction(
"std.map"
, (void(*)())NULLCMap::funcPtr, name, index)) return false;
10
bool nullcInitMapModule()
11
{
12
13
return true;
14
}
Callers
2
WinMain
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected