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:204–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
bool isNull() const { return m_node.m_p == nullptr; }
203
204
void destroy() {
205
delete m_node.m_p;
206
m_node.m_p = nullptr;
207
}
208
209
void nullOut() {
210
m_node.m_p = nullptr;
Callers
nothing calls this directly
Calls
1
ThreadLocalSetValue
Function · 0.85
Tested by
no test coverage detected