MCPcopy Index your code
hub / github.com/react/react / then

Function then

packages/react-server-dom-webpack/src/__tests__/ReactFlightDOM-test.js:2397–2399  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

2395 abortRef.current();
2396 return {
2397 then(cb) {
2398 cb({default: 'div'});
2399 },
2400 };
2401 });
2402

Callers

nothing calls this directly

Calls 1

cbFunction · 0.50

Tested by

no test coverage detected