MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp

Function _temp

src/commands/session/session.tsx:134–136  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

132 logForDebugging("QR code generation failed", e);
133}
134function _temp(s) {
135 return s.remoteSessionUrl;
136}
137export const call: LocalJSXCommandCall = async onDone => {
138 return <SessionInfo onDone={onDone} />;
139};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected