Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ initialize_theme_db
Function
initialize_theme_db
main/main.cpp:427–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
425
}
426
427
void initialize_theme_db() {
428
theme_db = memnew(ThemeDB);
429
}
430
431
void finalize_theme_db() {
432
memdelete(theme_db);
Callers
2
test_setup
Method · 0.85
main.cpp
File · 0.85
Calls
no outgoing calls
Tested by
1
test_setup
Method · 0.68