MCPcopy Create free account
hub / github.com/Ruddle/Fomos / no_op

Function no_op

bootloader/kernel/src/task/executor.rs:27–27  ·  view source on GitHub ↗
(_: *const ())

Source from the content-addressed store, hash-verified

25
26fn dummy_raw_waker() -> RawWaker {
27 fn no_op(_: *const ()) {}
28 fn clone(_: *const ()) -> RawWaker {
29 dummy_raw_waker()
30 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected