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

Function main

test/799.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84int main() {
85 NetworkAddress na("127.0.0.1", 3979);
86 printf("PORT: %d\n", na.GetPort());
87 return 0;
88}

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
GetPortMethod · 0.80

Tested by

no test coverage detected