Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ ~Element
Method
~Element
native/desc/Element.cpp:399–402 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
Element::~Element() {
400
this->_children.clear();
401
this->_parent.reset();
402
}
403
404
long Element::hash(bool recursive) {
405
uintptr_t hashcode = 0x1;
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected