Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ IsHandleValid
Function
IsHandleValid
BeefySysLib/platform/win/Platform.cpp:207–210 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
#endif
206
207
static bool IsHandleValid(HANDLE handle)
208
{
209
return (handle != NULL) && (handle != INVALID_HANDLE_VALUE);
210
}
211
212
WindowsSharedInfo* GetSharedInfo()
213
{
Callers
5
GetFileInfo
Function · 0.70
Shutdown
Method · 0.70
BfpFileWatcher_WatchDirectory
Function · 0.70
~BfpSpawn
Method · 0.70
StartWithCreateProcess
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected