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

Method monomorphize

src/detector/memory/invalid_free.rs:263–269  ·  view source on GitHub ↗
(&self, instance: &Instance<'tcx>, ty: Ty<'tcx>)

Source from the content-addressed store, hash-verified

261 }
262
263 fn monomorphize(&self, instance: &Instance<'tcx>, ty: Ty<'tcx>) -> Ty<'tcx> {
264 instance.instantiate_mir_and_normalize_erasing_regions(
265 self.tcx,
266 ty::TypingEnv::fully_monomorphized(),
267 EarlyBinder::bind(ty),
268 )
269 }
270
271 /// Detect mem::uninitialized()
272 fn detect_uninitialized(

Callers 2

detect_uninitializedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected