MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / uninit.rs

File uninit.rs

src/interest/memory/uninit.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! uninitialize:
2//! 1. _1 = uninitialized::<Vec<i32>>() -> bb1;
3//! 2. _1 = MaybeUninit::<Vec<i32>>::uninit() -> bb1;
4//! 3. _2 = MaybeUninit::<Vec<i32>>::assume_init(move _1) -> bb4;

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected