MCPcopy Index your code
hub / github.com/AutoCodeStack/ios-device-farm / sock_response

Function sock_response

src/server/sock.handler.ts:60–62  ·  view source on GitHub ↗
(status: boolean, msg: string)

Source from the content-addressed store, hash-verified

58};
59
60const sock_response = (status: boolean, msg: string) => {
61 return { status: status, msg: msg };
62};
63
64export { handleCommand, handleDevicePrepare, handleDestroy };

Callers 1

handleDevicePrepareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected