Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ _json_value
Class
_json_value
server/src/json.c:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
38
#ifdef __cplusplus
39
const struct _json_value json_value_none; /* zero-d by ctor */
40
#else
41
const struct _json_value json_value_none = { 0 };
42
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected