Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ ghb_hb_cleanup
Function
ghb_hb_cleanup
gtk/src/hb-backend.c:1324–1328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1322
}
1323
1324
void
1325
ghb_hb_cleanup(gboolean partial)
1326
{
1327
del_tree(hb_get_temporary_directory(), !partial);
1328
}
1329
1330
gint
1331
ghb_subtitle_track_source(GhbValue *settings, gint track)
Callers
4
application_quit
Function · 0.85
shutdown_cb
Function · 0.85
handle_media_change
Function · 0.85
drive_changed_cb
Function · 0.85
Calls
2
del_tree
Function · 0.85
hb_get_temporary_directory
Function · 0.85
Tested by
no test coverage detected