Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wit-bindgen
/ new
Method
new
tests/runtime/lists/runner.rs:11–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
10
impl Guard {
11
fn new() -> Guard {
12
Guard {
13
me_before: alloc::get(),
14
remote_before: allocated_bytes(),
15
}
16
}
17
}
18
19
impl Drop for Guard {
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected