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

Function hb_value_array_remove

libhb/hb_dict.c:788–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786}
787
788void
789hb_value_array_remove(hb_value_array_t *array, int index)
790{
791 json_array_remove(array, index);
792}
793
794void
795hb_value_array_copy(hb_value_array_t *dst,

Callers 6

presets_doFunction · 0.85
import_hierarchy_29_0_0Function · 0.85
hb_preset_deleteFunction · 0.85
hb_preset_moveFunction · 0.85
lang_list_removeFunction · 0.85

Calls

no outgoing calls

Tested by 1

lang_list_removeFunction · 0.68