MCPcopy Index your code
hub / github.com/continuedev/continue / shareSession

Function shareSession

gui/src/components/History/HistoryTableRow.tsx:48–55  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

46 }, [sessionMetadata]);
47
48 const shareSession = async (sessionId: string) => {
49 // "session/share" is not supported in JetBrains yet
50 if (shareSessionSupported) {
51 await ideMessenger.request("session/share", {
52 sessionId,
53 });
54 }
55 };
56
57 const handleKeyUp = async (e: React.KeyboardEvent<HTMLInputElement>) => {
58 if (e.key === "Enter") {

Callers 1

HistoryTableRowFunction · 0.70

Calls 1

requestMethod · 0.65

Tested by

no test coverage detected