Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ json_value_free
Function
json_value_free
server/src/json.c:948–953 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
946
}
947
948
void json_value_free (json_value * value)
949
{
950
json_settings settings = { 0 };
951
settings.mem_free = default_free;
952
json_value_free_ex (&settings, value);
953
}
Callers
2
HandleMessage
Method · 0.85
ReadConfig
Method · 0.85
Calls
1
json_value_free_ex
Function · 0.85
Tested by
no test coverage detected