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

Function hb_value_array_clear

libhb/hb_dict.c:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732void
733hb_value_array_clear(hb_value_array_t *array)
734{
735 json_array_clear(array);
736}
737
738hb_value_t*
739hb_value_array_get(const hb_value_array_t *array, int index)

Callers 2

PreparePresetFunction · 0.85
PrepareJobFunction · 0.85

Calls

no outgoing calls

Tested by 2

PreparePresetFunction · 0.68
PrepareJobFunction · 0.68