MCPcopy 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
145export interface SyncLogger {
146 info(message: string): void
147 warn(message: string): void
148 error(message: string, err?: unknown): void
149}

Callers 15

importTempFileMethod · 0.65
executePullSessionMethod · 0.65
pullAllSessionsMethod · 0.65
triggerPullMethod · 0.65
startTimerFunction · 0.65
initSchedulerFunction · 0.65
stopAllTimersFunction · 0.65
initMethod · 0.65
configureUpdateProxyFunction · 0.65
switchToGitHubFunction · 0.65
checkUpdateFunction · 0.65
logger.tsFile · 0.65

Implementers 2

AppLoggerpackages/node-runtime/src/logging/app-
AiLoggerpackages/node-runtime/src/ai/ai-logger

Calls

no outgoing calls

Tested by

no test coverage detected