Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ ObjectHandle
Method
ObjectHandle
OsiInterface/DivBaseTypes.h:304–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
uint64_t Handle;
303
304
inline ObjectHandle()
305
: Handle(0)
306
{}
307
308
inline ObjectHandle(uint64_t handle)
309
: Handle(handle)
Callers
nothing calls this directly
Calls
1
Fail
Function · 0.70
Tested by
no test coverage detected