MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / ShouldInvalidateOnWrite

Method ShouldInvalidateOnWrite

Source/DynaRec/FragmentCache.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304//
305//*************************************************************************************
306bool CFragmentCache::ShouldInvalidateOnWrite( u32 address, u32 length ) const
307{
308 return mCacheCoverage.IsCovered( address, length );
309}
310
311#ifdef DAEDALUS_DEBUG_DYNAREC
312//*************************************************************************************

Calls 1

IsCoveredMethod · 0.80

Tested by

no test coverage detected