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

Function nullcThrowError

NULLC/translation/runtime.cpp:619–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619void nullcThrowError(const char* error, ...)
620{
621 va_list args;
622 va_start(args, error);
623 vprintf(error, args);
624 va_end(args);
625}
626
627unsigned int typeid__(NULLCRef type, void* unused)
628{

Callers 15

__operatorIndexFunction · 0.70
__operatorIndexFunction · 0.70
File__Function · 0.70
FileWriteTypeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected