MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / loadData

Function loadData

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

Source from the content-addressed store, hash-verified

101 }
102
103 async function loadData() {
104 if (!currentSessionId.value) return
105
106 isInitialLoad.value = true
107 await loadBaseData()
108 isInitialLoad.value = false
109 }
110
111 watch(
112 () => route.params.id,

Callers 1

Calls 1

loadBaseDataFunction · 0.85

Tested by

no test coverage detected