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

Function main

toys/invalid-free/src/main.rs:42–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42fn main() {
43 assume_write_fp();
44 assume_ptr_write_fp();
45 assume();
46 uninit();
47}

Callers

nothing calls this directly

Calls 4

assume_write_fpFunction · 0.85
assume_ptr_write_fpFunction · 0.85
assumeFunction · 0.85
uninitFunction · 0.85

Tested by

no test coverage detected