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

Function md_json_has_key

modules/md/md_json.c:279–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279int md_json_has_key(const md_json_t *json, ...)
280{
281 json_t *j;
282 va_list ap;
283
284 va_start(ap, json);
285 j = jselect(json, ap);
286 va_end(ap);
287
288 return j != NULL;
289}
290
291/**************************************************************************************************/
292/* type things */

Callers 13

md_http_cert_statusFunction · 0.85
print_job_summaryFunction · 0.85
si_val_activityFunction · 0.85
md_acme_acct_from_jsonFunction · 0.85
acct_updFunction · 0.85
md_job_from_jsonFunction · 0.85
order_update_from_jsonFunction · 0.85
md_from_jsonFunction · 0.85
md_to_public_jsonFunction · 0.85
copy_challenge_errorFunction · 0.85
cha_from_jsonFunction · 0.85
load_propsFunction · 0.85

Calls 1

jselectFunction · 0.85

Tested by

no test coverage detected