MCPcopy 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
10impl Guard {
11 fn new() -> Guard {
12 Guard {
13 me_before: alloc::get(),
14 remote_before: allocated_bytes(),
15 }
16 }
17}
18
19impl Drop for Guard {

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected