MCPcopy Index your code
hub / github.com/callstack/agent-device / finalize

Function finalize

src/daemon/request-execution-scope.ts:204–205  ·  view source on GitHub ↗
(response: DaemonResponse)

Source from the content-addressed store, hash-verified

202 const lockedReq = binding.req;
203 existingSession = binding.existingSession;
204 const finalize = (response: DaemonResponse): DaemonResponse =>
205 finalizeDaemonResponse(lockedReq, response, trackDownloadableArtifact);
206
207 if (
208 existingSession?.recording?.invalidatedReason &&

Callers 1

Calls 1

finalizeDaemonResponseFunction · 0.90

Tested by

no test coverage detected