MCPcopy 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.
415const _: () = {
416 const fn assert<T: Send + Sync>() {}
417 assert::<Accessor<UnsafeCell<u32>>>();
418};
419

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
serializeFunction · 0.85
deserializeFunction · 0.85
mainFunction · 0.85
spawn_interruptFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
check_trapFunction · 0.85
mainFunction · 0.85
check_trapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected