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:373–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
bool isNull() const { return m_p == nullptr; }
372
373
void destroy() {
374
m_p = nullptr;
375
}
376
377
T *operator->() const {
378
return get();
Callers
nothing calls this directly
Calls
1
ThreadLocalSetValue
Function · 0.85
Tested by
no test coverage detected