MCPcopy 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;
265private:
266 void setNull() { m_node.m_p = nullptr; }
267};
268
269template<typename T>

Callers

nothing calls this directly

Calls 1

ThreadLocalSetValueFunction · 0.85

Tested by

no test coverage detected