Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ drop
Method
drop
tests/all/exceptions.rs:429–431 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
427
428
impl Drop for SetFlagOnDrop {
429
fn drop(&mut self) {
430
self.0.store(true, Relaxed);
431
}
432
}
433
434
#[wasmtime_test(wasm_features(exceptions))]
Callers
nothing calls this directly
Calls
1
store
Method · 0.45
Tested by
no test coverage detected