Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Empty
Method
Empty
IntelPresentMon/CommonUtilities/file/SecureSubdirectory.cpp:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
}
261
bool SecureSubdirectory::Empty() const
262
{
263
return path_.empty();
264
}
265
SecureSubdirectory::operator bool() const
266
{
267
return !Empty();
Callers
nothing calls this directly
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected