Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ IsNull
Method
IsNull
DuiLib/Utils/Utils.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool CDuiRect::IsNull() const
104
{
105
return (left == 0 && right == 0 && top == 0 && bottom == 0);
106
}
107
108
void CDuiRect::Join(const RECT& rc)
109
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected