MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / clone

Function clone

user/src/bin/stackless_coroutine.rs:101–103  ·  view source on GitHub ↗
(_: *const ())

Source from the content-addressed store, hash-verified

99const VTABLE: RawWakerVTable = RawWakerVTable::new(clone, wake, wake_by_ref, drop);
100
101unsafe fn clone(_: *const ()) -> RawWaker {
102 RAW_WAKER
103}
104unsafe fn wake(_: *const ()) {}
105unsafe fn wake_by_ref(_: *const ()) {}
106unsafe fn drop(_: *const ()) {}

Callers 15

createMethod · 0.85
openMethod · 0.85
root_inodeMethod · 0.85
dealloc_dataMethod · 0.85
allocMethod · 0.85
deallocMethod · 0.85
get_block_idMethod · 0.85
increase_sizeMethod · 0.85
clear_sizeMethod · 0.85
read_atMethod · 0.85
write_atMethod · 0.85
get_block_cacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected