Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ GetBlobData
Method
GetBlobData
IntelPresentMon/Core/source/pmon/DynamicQuery.cpp:38–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
const uint8_t* DynamicQuery::GetBlobData() const
39
{
40
if (blobs.GetNumBlobsPopulated() == 0) {
41
return nullptr;
42
}
43
return blobs.GetFirst();
44
}
45
}
Callers
3
ReadValue
Method · 0.80
ReadStringValue
Method · 0.80
ReadStringValue
Method · 0.80
Calls
2
GetNumBlobsPopulated
Method · 0.80
GetFirst
Method · 0.80
Tested by
no test coverage detected