Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
int 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
printf
Function · 0.85
GetPort
Method · 0.80
Tested by
no test coverage detected