Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Empty
Method
Empty
IntelPresentMon/CommonUtilities/file/TempFile.cpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
);
120
}
121
bool TempFile::Empty() const
122
{
123
return path_.empty();
124
}
125
TempFile::operator bool() const
126
{
127
return !Empty();
Callers
nothing calls this directly
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected