MCPcopy Create free account
hub / github.com/microsoft/SandDance / unstable_getThreadID

Function unstable_getThreadID

docs/external/js/react.development.js:2933–2935  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2931 }
2932 }
2933 function unstable_getThreadID() {
2934 return ++threadIDCounter;
2935 }
2936 function unstable_trace(name, timestamp, callback) {
2937 var threadID = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : DEFAULT_THREAD_ID;
2938

Callers 1

FiberRootNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected