Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ IsObject
Method
IsObject
opt_utils/include/open_ptrack/opt_utils/json.h:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
virtual Type GetType() const = 0;
110
111
inline bool IsObject() const { return (GetType() == T_OBJECT); }
112
inline bool IsArray() const { return (GetType() == T_ARRAY); }
113
inline bool IsValue() const { return (GetType() == T_VALUE); }
114
Callers
1
assemble
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected