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

Function getSessionGapThreshold

src/composables/useUiConfig.ts:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30export function getSessionGapThreshold(): number {
31 return _uiConfig.value.session_gap_threshold
32}
33
34export function getSummaryStrategy(): SummaryStrategy {
35 return _uiConfig.value.summary_strategy ?? 'standard'

Callers 5

generateIndexForSourceFunction · 0.90
importFileFromPathFunction · 0.90
importFilesFromPathsFunction · 0.90
mergeImportFilesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected