MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_value_write_json

Function hb_value_write_json

libhb/hb_dict.c:442–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442int hb_value_write_json(hb_value_t *value, const char *path)
443{
444 return json_dump_file(value, path, JSON_INDENT(4) | JSON_SORT_KEYS);
445}
446
447void hb_dict_free(hb_dict_t **_dict)
448{

Callers 2

hb_presets_write_jsonFunction · 0.85
presets_add_config_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected