MCPcopy Create free account
hub / github.com/apache/httpd / md_json_create_s

Function md_json_create_s

modules/md/md_json.c:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97md_json_t *md_json_create_s(apr_pool_t *pool, const char *s)
98{
99 return json_create(pool, json_string(s));
100}
101
102void md_json_destroy(md_json_t *json)
103{

Callers

nothing calls this directly

Calls 1

json_createFunction · 0.85

Tested by

no test coverage detected