Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ ready
Method
ready
src/resolution/resolver-pool.ts:230–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
async
ready(): Promise<void> {
231
await
Promise.all(this.workers.map((w) => w.ready));
232
}
233
234
/**
235
* Resolve `refs` across the pool. Chunks preserve input order; the returned
Callers
1
createPool
Method · 0.45
Calls
1
all
Method · 0.65
Tested by
no test coverage detected