Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
void f() {}
7
8
int foo(struct myfile *f1) {
9
f1->f();
10
if (f1->data == 42)
11
return 0;
12
return 1;
13
}
14
15
int main() {
16
struct myfile f1;
Callers
1
main
Function · 0.70
Calls
1
f
Method · 0.45
Tested by
no test coverage detected