Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/agent-device
/ firstEntered
Function
firstEntered
src/daemon/__tests__/request-execution-scope.test.ts:214–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
213
let
releaseFirst: () => void = () => {};
214
let
firstEntered: () => void = () => {};
215
const
firstEnteredPromise =
new
Promise<void>((resolve) => {
216
firstEntered = resolve;
217
});
Callers
1
request-execution-scope.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected