Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ _json_value
Method
_json_value
server/include/json.h:165–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
163
public:
164
165
inline _json_value ()
166
{ memset (this, 0, sizeof (_json_value));
167
}
168
169
inline const struct _json_value &operator [] (int index) const
170
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected