Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ IsValid
Method
IsValid
OsiInterface/DivBaseTypes.h:407–410 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
405
ObjectHandle Handle;
406
407
inline bool IsValid() const
408
{
409
return TypeId != -1 && !!Handle;
410
}
411
};
412
413
struct BaseComponent
Callers
3
WrappedIsValid
Method · 0.80
GetComponentByEntityHandle
Method · 0.80
EvaluateInServerThread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected