Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/react
/ destroy
Method
destroy
scripts/perf-counters/src/thread-local.h:251–254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
249
bool isNull() const { return m_node.m_p == nullptr; }
250
251
void destroy() {
252
delete m_node.m_p;
253
m_node.m_p = nullptr;
254
}
255
256
T *operator->() const {
257
return getNoCheck();
Callers
nothing calls this directly
Calls
1
ThreadLocalSetValue
Function · 0.85
Tested by
no test coverage detected