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

Function log

apps/desktop/main/paths.ts:253–255  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

251 writeStorageConfig({ ...latest, pendingDeleteDir: dir })
252 },
253 log(message) {
254 writeMigrationLog(getLogsDir(), message, ensureDir)
255 },
256 })
257
258 if (!result.success) {

Callers

nothing calls this directly

Calls 2

writeMigrationLogFunction · 0.90
getLogsDirFunction · 0.85

Tested by

no test coverage detected