MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / isAuthReadyMessage

Function isAuthReadyMessage

app/src/modules/websocket.js:26–34  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

24import { presentNextPendingInteraction, handleQuestionSubmissionError } from './interactions.js';
25
26export function isAuthReadyMessage(msg) {
27 return !!msg && (
28 msg.type === 'auth_ok' ||
29 msg.type === 'status' ||
30 msg.type === 'transcript_ready' ||
31 msg.type === 'replay_done' ||
32 msg.type === 'turn_state'
33 );
34}
35
36function finalizeAuthenticatedConnection() {
37 if (S.authenticated) return;

Callers 2

probeServerFunction · 0.90
connectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected