MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / TryLookup

Method TryLookup

IntelPresentMon/CommonUtilities/log/LineTable.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 LineTable::Entry LineTable::dummyEntry_ = {};
10
11 LineTable::Entry* LineTable::TryLookup(const std::string& file, int line) noexcept
12 {
13 try {
14 return Get_().TryLookup_(file, line);
15 }
16 catch (...) { return nullptr; }
17 }
18 LineTable::Entry& LineTable::Lookup(const std::string& file, int line) noexcept
19 {
20 try {

Callers

nothing calls this directly

Calls 1

TryLookup_Method · 0.80

Tested by

no test coverage detected