Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ assume
Function
assume
toys/invalid-free/src/main.rs:35–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
fn assume() {
36
let uninit = std::mem::MaybeUninit::<Vec<i32>>::uninit();
37
unsafe {
38
uninit.assume_init();
39
}
40
}
41
42
fn main() {
43
assume_write_fp();
Callers
1
main
Function · 0.85
Calls
1
uninit
Function · 0.85
Tested by
no test coverage detected