Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clientdb/clientdb
/ getIsComplete
Function
getIsComplete
core/utils/promises.ts:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
let
didReject = false;
8
9
function
getIsComplete() {
10
return
didResolve || didReject;
11
}
12
13
const
promise =
new
Promise<T>((resolvePromise, rejectPromise) => {
14
resolve = (value) => {
Callers
1
createResolvablePromise
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected