MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / syncSession

Function syncSession

src/composables/useSessionAnalysisPageBase.ts:55–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 })
54
55 function syncSession() {
56 const id = route.params.id as string
57 if (id) {
58 selectSession(id)
59 if (currentSessionId.value !== id) {
60 router.replace('/')
61 }
62 }
63 }
64
65 async function loadBaseData() {
66 if (!currentSessionId.value) return

Callers 1

Calls 1

selectSessionFunction · 0.85

Tested by

no test coverage detected