Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/react
/ setNull
Method
setNull
scripts/perf-counters/src/thread-local.h:266–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
ThreadLocalNode<T> m_node;
265
private:
266
void setNull() { m_node.m_p = nullptr; }
267
};
268
269
template<typename T>
Callers
nothing calls this directly
Calls
1
ThreadLocalSetValue
Function · 0.85
Tested by
no test coverage detected