MCPcopy Create free account
hub / github.com/beefytech/Beef / PreCacheImage

Method PreCacheImage

IDEHelper/DbgSymSrv.cpp:543–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void DbgSymSrv::PreCacheImage(const String& filePath, uint32 fileTime, int size)
544{
545 auto request = CreateRequest();
546 request->mIsPreCache = true;
547 request->SearchForImage(filePath, fileTime, size);
548 delete request;
549}
550
551DbgSymRequest* DbgSymSrv::CreateRequest(const StringImpl& modulePath, const StringImpl& pdbRequested, uint8 wantGuid[16], int32 wantAge)
552{

Callers

nothing calls this directly

Calls 1

SearchForImageMethod · 0.80

Tested by

no test coverage detected