Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ yieldToEventLoop
Function
yieldToEventLoop
src/native-ts/file-index/index.ts:325–327 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
}
324
325
export
function
yieldToEventLoop(): Promise<void> {
326
return
new
Promise(resolve => setImmediate(resolve))
327
}
328
329
export
{ CHUNK_MS }
330
Callers
2
buildAsync
Method · 0.85
getDirectoryNamesAsync
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected