MCPcopy
hub / github.com/facebook/react / then

Function then

packages/react-reconciler/src/__tests__/ReactUse-test.js:168–168  ·  view source on GitHub ↗
(ping)

Source from the content-addressed store, hash-verified

166 // Create an already fulfilled thenable
167 const thenable = {
168 then(ping) {},
169 status: 'fulfilled',
170 value: null,
171 };

Callers

nothing calls this directly

Calls 1

resolveFunction · 0.70

Tested by

no test coverage detected