Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
11
driver_for_next_event
Function · 0.85
build_with_max_pending
Method · 0.85
test_l1_head_source_advances_pipeline
Function · 0.85
test_l1_source_exhausted_disables_arm_driver_continues
Function · 0.85
test_resume_triggers_catchup_from_safe_head
Function · 0.85
test_paused_drops_block_and_flush_events
Function · 0.85
test_source_exhaustion_shuts_down_driver_gracefully
Function · 0.85
test_flush_event_calls_force_close_channel
Function · 0.85
test_reorg_triggers_pipeline_reset_and_catchup
Function · 0.85
test_add_block_reorg_resets_pipeline_instead_of_fatal_error
Function · 0.85
test_l2_reorg_event_resets_pipeline
Function · 0.85
Calls
no outgoing calls
Tested by
9
test_l1_head_source_advances_pipeline
Function · 0.68
test_l1_source_exhausted_disables_arm_driver_continues
Function · 0.68
test_resume_triggers_catchup_from_safe_head
Function · 0.68
test_paused_drops_block_and_flush_events
Function · 0.68
test_source_exhaustion_shuts_down_driver_gracefully
Function · 0.68
test_flush_event_calls_force_close_channel
Function · 0.68
test_reorg_triggers_pipeline_reset_and_catchup
Function · 0.68
test_add_block_reorg_resets_pipeline_instead_of_fatal_error
Function · 0.68
test_l2_reorg_event_resets_pipeline
Function · 0.68