MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / WebDebug_Register

Function WebDebug_Register

Source/SysOSX/Debug/WebDebug.cpp:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61const char * const kTextPlain = "text/plain";
62
63void WebDebug_Register(const char * request, WebDebugHandler handler, void * arg)
64{
65 WebDebugHandlerEntry entry = { request, handler, arg };
66 gHandlers.push_back(entry);
67}
68
69static void test_log(const char* text)
70{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected