Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
263
const char * hb_get_system_version()
264
{
265
init_system_info();
266
return hb_system_info.version;
267
}
268
269
const char * hb_get_system_build()
270
{
Callers
1
hb_scan
Function · 0.85
Calls
1
init_system_info
Function · 0.85
Tested by
no test coverage detected