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

Method print

test/modularize_instance_embind.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11struct Bar {
12 void print() {
13 printf("bar\n");
14 }
15};
16
17int main() {

Callers 4

index.mjsFile · 0.45
index.mjsFile · 0.45
index.mjsFile · 0.45
index.jsFile · 0.45

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected