Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ info
Method
info
packages/sync/src/types.ts:146–146 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
144
145
export
interface
SyncLogger {
146
info(message: string): void
147
warn(message: string): void
148
error(message: string, err?: unknown): void
149
}
Callers
15
importTempFile
Method · 0.65
executePullSession
Method · 0.65
pullAllSessions
Method · 0.65
triggerPull
Method · 0.65
startTimer
Function · 0.65
initScheduler
Function · 0.65
stopAllTimers
Function · 0.65
init
Method · 0.65
configureUpdateProxy
Function · 0.65
switchToGitHub
Function · 0.65
checkUpdate
Function · 0.65
logger.ts
File · 0.65
Implementers
2
AppLogger
packages/node-runtime/src/logging/app-
AiLogger
packages/node-runtime/src/ai/ai-logger
Calls
no outgoing calls
Tested by
no test coverage detected