Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
let
_provider: PathProvider | null = null
14
15
export
function
getPathProvider(): PathProvider {
16
if
(!_provider) {
17
_provider =
new
ElectronPathProvider()
18
}
19
return
_provider
20
}
Callers
15
init
Method · 0.90
migrateDatabasesIfNeeded
Method · 0.90
mainAppEvents
Method · 0.90
getDbDir
Function · 0.90
openDatabaseWithMigration
Function · 0.90
deleteSession
Function · 0.90
assertDataDirCompatibleNow
Function · 0.90
streamImport
Function · 0.90
getManager
Function · 0.90
getInstance
Function · 0.90
getStorePath
Function · 0.90
getConfigPath
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected