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

Function hb_get_system_version

libhb/ports.c:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263const char * hb_get_system_version()
264{
265 init_system_info();
266 return hb_system_info.version;
267}
268
269const char * hb_get_system_build()
270{

Callers 1

hb_scanFunction · 0.85

Calls 1

init_system_infoFunction · 0.85

Tested by

no test coverage detected