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

Function hb_get_system_name

libhb/ports.c:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257const char * hb_get_system_name()
258{
259 init_system_info();
260 return hb_system_info.name;
261}
262
263const char * hb_get_system_version()
264{

Callers 1

hb_scanFunction · 0.85

Calls 1

init_system_infoFunction · 0.85

Tested by

no test coverage detected