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

Function clone

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

Source from the content-addressed store, hash-verified

26fn dummy_raw_waker() -> RawWaker {
27 fn no_op(_: *const ()) {}
28 fn clone(_: *const ()) -> RawWaker {
29 dummy_raw_waker()
30 }
31
32 let vtable = &RawWakerVTable::new(clone, no_op, no_op, no_op);
33 RawWaker::new(0 as *const (), vtable)

Callers 1

driveFunction · 0.85

Calls 1

dummy_raw_wakerFunction · 0.85

Tested by

no test coverage detected