Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ IsArray
Method
IsArray
opt_utils/include/open_ptrack/opt_utils/json.h:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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
115
Object &AsObject();
Callers
1
assemble
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected