Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ foo
Function
foo
test/core/test_stdvec.cpp:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
};
15
16
void foo(int a, float b) { printf(
"%d:%.2f\n"
, a, b); }
17
18
int main(int argc, char *argv[]) {
19
std::vector<S> ar;
Callers
1
main
Function · 0.70
Calls
1
printf
Function · 0.85
Tested by
no test coverage detected