MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / UninitApi

Enum UninitApi

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

Source from the content-addressed store, hash-verified

45
46#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
47pub enum UninitApi {
48 Uninitialized,
49 MaybeUninit,
50 AssumeInit,
51 MaybeUninitWrite,
52 PtrWrite,
53}
54
55impl UninitApi {
56 pub fn from_instance<'tcx>(instance: Instance<'tcx>, tcx: TyCtxt<'tcx>) -> Option<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected