Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ assert
Function
assert
crates/wasmtime/src/runtime/component/concurrent.rs:416–416 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
414
// time.
415
const _: () = {
416
const fn assert<T: Send + Sync>() {}
417
assert::<Accessor<UnsafeCell<u32>>>();
418
};
419
Callers
15
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
serialize
Function · 0.85
deserialize
Function · 0.85
main
Function · 0.85
spawn_interrupt
Function · 0.85
main
Function · 0.85
main
Function · 0.85
check_trap
Function · 0.85
main
Function · 0.85
check_trap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected