Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
const char * hb_get_system_name()
258
{
259
init_system_info();
260
return hb_system_info.name;
261
}
262
263
const char * hb_get_system_version()
264
{
Callers
1
hb_scan
Function · 0.85
Calls
1
init_system_info
Function · 0.85
Tested by
no test coverage detected