MCPcopy Create free account
hub / github.com/continuedev/continue / getRemoteSessions

Function getRemoteSessions

extensions/cli/src/session.ts:444–446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

442 * Remote sessions are no longer available (Hub integration removed).
443 */
444export async function getRemoteSessions(): Promise<ExtendedSessionMetadata[]> {
445 return [];
446}
447
448/**
449 * List all available sessions with metadata (both local and remote)

Callers 1

listSessionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected