MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / cleanup_defaults

Method cleanup_defaults

core/object/class_db.cpp:2405–2408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2403}
2404
2405void ClassDB::cleanup_defaults() {
2406 default_values.clear();
2407 default_values_cached.clear();
2408}
2409
2410void ClassDB::cleanup() {
2411 //OBJTYPE_LOCK; hah not here

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected