MCPcopy Create free account
hub / github.com/Noumena-Network/code / getTeleportResumeCommand

Function getTeleportResumeCommand

src/utils/cliDisplayCommand.ts:14–16  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

12}
13
14export function getTeleportResumeCommand(sessionId: string): string {
15 return `${getCliDisplayCommand()} --teleport ${sessionId}`
16}

Callers 4

runFunction · 0.85

Calls 1

getCliDisplayCommandFunction · 0.85

Tested by

no test coverage detected