MCPcopy Create free account
hub / github.com/base/base / noop

Function noop

crates/proof/proof/src/blocking_runtime.rs:31–31  ·  view source on GitHub ↗
(_: *const ())

Source from the content-addressed store, hash-verified

29 noop_raw_waker()
30 }
31 const fn noop(_: *const ()) {}
32 fn noop_raw_waker() -> RawWaker {
33 let vtable = &RawWakerVTable::new(noop_clone, noop, noop, noop);
34 RawWaker::new(core::ptr::null(), vtable)

Calls

no outgoing calls