Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ _clear_doc
Method
_clear_doc
modules/gdscript/gdscript.cpp:501–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
}
500
501
void GDScript::_clear_doc() {
502
doc_class_name = StringName();
503
doc = DocData::ClassDoc();
504
docs.clear();
505
}
506
507
String GDScript::get_class_icon_path() const {
508
return simplified_icon_path;
Callers
1
_generate_docs
Method · 0.80
Calls
3
ClassDoc
Class · 0.85
StringName
Class · 0.50
clear
Method · 0.45
Tested by
no test coverage detected