MCPcopy
hub / github.com/sindresorhus/caprine / jumpToConversation

Function jumpToConversation

source/browser.ts:536–539  ·  view source on GitHub ↗
(key: number)

Source from the content-addressed store, hash-verified

534}
535
536async function jumpToConversation(key: number): Promise<void> {
537 const index = key - 1;
538 await selectConversation(index);
539}
540
541// Focus on the conversation with the given index
542async function selectConversation(index: number): Promise<void> {

Callers 1

browser.tsFile · 0.85

Calls 1

selectConversationFunction · 0.85

Tested by

no test coverage detected