Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ assertDataDirCompatibleNow
Function
assertDataDirCompatibleNow
apps/desktop/main/worker/workerManager.ts:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
function
assertDataDirCompatibleNow(): void {
96
assertDesktopDataDirCompatible(getPathProvider(), getDesktopAppVersion(app.getVersion()))
97
}
98
99
/**
100
* 获取 Worker 文件路径
Callers
2
streamImport
Function · 0.85
incrementalImport
Function · 0.85
Calls
4
assertDesktopDataDirCompatible
Function · 0.90
getPathProvider
Function · 0.90
getDesktopAppVersion
Function · 0.90
getVersion
Method · 0.65
Tested by
no test coverage detected