MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / main

Function main

test/websocket/test_websocket_send.c:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155int main() {
156 assert(emscripten_websocket_is_supported());
157 sock1 = create_socket();
158 sock2 = create_socket();
159 emscripten_exit_with_live_runtime();
160 return 0;
161}

Callers

nothing calls this directly

Calls 2

create_socketFunction · 0.85
assertFunction · 0.50

Tested by

no test coverage detected