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

Function __nullcMakeFunction

NULLC/translation/runtime.cpp:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319}
320NULLCFuncPtr<> __nullcMakeFunction(unsigned int id, void* context)
321{
322 NULLCFuncPtr<> ret;
323 ret.id = id;
324 ret.context = context;
325 return ret;
326}
327
328NULLCRef __nullcMakeAutoRef(void* ptr, unsigned int typeID)
329{

Calls

no outgoing calls

Tested by

no test coverage detected