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

Function noActiveSessionError

src/daemon/handlers/response.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 * an open session before dispatching.
23 */
24export function noActiveSessionError(): DaemonFailureResponse {
25 return errorResponse('SESSION_NOT_FOUND', NO_ACTIVE_SESSION_MESSAGE);
26}
27
28/**
29 * Capability guard: returns an `UNSUPPORTED_OPERATION` failure when `command` is not

Callers 8

createSelectorRuntimeFunction · 0.90
dispatchFillViaRuntimeFunction · 0.90
dispatchTypeViaRuntimeFunction · 0.90
handleFindCommandsFunction · 0.90

Calls 1

errorResponseFunction · 0.70

Tested by

no test coverage detected