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

Function getPathProvider

apps/desktop/main/path-context.ts:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13let _provider: PathProvider | null = null
14
15export function getPathProvider(): PathProvider {
16 if (!_provider) {
17 _provider = new ElectronPathProvider()
18 }
19 return _provider
20}

Callers 15

initMethod · 0.90
mainAppEventsMethod · 0.90
getDbDirFunction · 0.90
deleteSessionFunction · 0.90
streamImportFunction · 0.90
getManagerFunction · 0.90
getInstanceFunction · 0.90
getStorePathFunction · 0.90
getConfigPathFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected