Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
void
733
hb_value_array_clear(hb_value_array_t *array)
734
{
735
json_array_clear(array);
736
}
737
738
hb_value_t*
739
hb_value_array_get(const hb_value_array_t *array, int index)
Callers
2
PreparePreset
Function · 0.85
PrepareJob
Function · 0.85
Calls
no outgoing calls
Tested by
2
PreparePreset
Function · 0.68
PrepareJob
Function · 0.68