Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ is_edited
Method
is_edited
core/object/object.cpp:2045–2047 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2043
}
2044
2045
bool Object::is_edited() const {
2046
return _edited;
2047
}
2048
2049
uint32_t Object::get_edited_version() const {
2050
return _edited_version;
Callers
4
_find_and_save_resource
Method · 0.80
_save_external_resources
Method · 0.80
_notification
Method · 0.80
_copy_file
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected