MCPcopy Create free account
hub / github.com/facebook/react / nullOut

Method nullOut

scripts/perf-counters/src/thread-local.h:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 void nullOut() {
210 m_node.m_p = nullptr;
211 }
212
213 T *operator->() const {
214 return get();

Callers

nothing calls this directly

Calls 1

ThreadLocalSetValueFunction · 0.85

Tested by

no test coverage detected