Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HandBrake/HandBrake
/ ghb_resource_get
Function
ghb_resource_get
gtk/src/resources.c:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
GhbValue*
49
ghb_resource_get(const gchar *name)
50
{
51
GhbValue *result;
52
result = ghb_dict_get(resources, name);
53
return result;
54
}
55
56
void
57
ghb_resource_free (void)
Callers
2
ghb_settings_init
Function · 0.85
ghb_prefs_load
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected