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

Function main

test/fs/test_writev_partial_write.c:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82int main() {
83 setup();
84 test_writev_direct();
85 test_via_stdio();
86 printf("done\n");
87 return 0;
88}

Callers

nothing calls this directly

Calls 4

test_writev_directFunction · 0.85
test_via_stdioFunction · 0.85
printfFunction · 0.85
setupFunction · 0.70

Tested by

no test coverage detected