MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / foo

Function foo

crates/test-programs/src/bin/dwarf_cold_block.c:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6void f() {}
7
8int foo(struct myfile *f1) {
9 f1->f();
10 if (f1->data == 42)
11 return 0;
12 return 1;
13}
14
15int main() {
16 struct myfile f1;

Callers 1

mainFunction · 0.70

Calls 1

fMethod · 0.45

Tested by

no test coverage detected