Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BetaSu/big-react
/ then
Method
then
packages/shared/ReactTypes.ts:32–32 ·
view source on GitHub ↗
( onFulfill: () => Result, onReject: () => Result )
Source
from the content-addressed store, hash-verified
30
31
export
interface
Wakeable<Result = any> {
32
then(
33
onFulfill: () => Result,
34
onReject: () => Result
35
): void | Wakeable<Result>;
Callers
7
lazyInitializer
Function · 0.65
hostConfig.ts
File · 0.65
attachPingListener
Function · 0.65
trackUsedThenable
Function · 0.65
hostConfig.ts
File · 0.65
fetchData
Function · 0.65
main.tsx
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected