Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ ghb_get_title_dict
Function
ghb_get_title_dict
gtk/src/hb-backend.c:2596–2600 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2594
}
2595
2596
GhbValue*
2597
ghb_get_title_dict(int title_id)
2598
{
2599
return hb_title_to_dict(h_scan, title_id);
2600
}
2601
2602
int
2603
ghb_lookup_queue_title_index(int title_id)
Callers
1
ghb_update_summary_info
Function · 0.85
Calls
1
hb_title_to_dict
Function · 0.85
Tested by
no test coverage detected