MCPcopy Create free account
hub / github.com/acl-dev/acl / main

Function main

test/misc/main.cpp:5–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "libws.h"
4
5int main(int argc, char *argv[])
6{
7 test_url_coder();
8 test_websocket_main(argc, argv);
9#ifdef WIN32
10 printf("enter any key to exit ...\r\n");
11 getchar();
12#endif
13
14 return 0;
15}
16

Callers

nothing calls this directly

Calls 2

test_url_coderFunction · 0.85
test_websocket_mainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…