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

Function createCursor

docs/external/js/react-dom.development.js:10753–10757  ·  view source on GitHub ↗
(defaultValue)

Source from the content-addressed store, hash-verified

10751 var index = -1;
10752
10753 function createCursor(defaultValue) {
10754 return {
10755 current: defaultValue
10756 };
10757 }
10758
10759 function pop(cursor, fiber) {
10760 if (index < 0) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected