MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / log

Function log

src/core/checkpoints/index.ts:42–50  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

40 const checkpointTimeoutMs = task.checkpointTimeout * 1000
41
42 const log = (message: string) => {
43 console.log(message)
44
45 try {
46 provider?.log(message)
47 } catch (err) {
48 // NO-OP
49 }
50 }
51
52 console.log("[Task#getCheckpointService] initializing checkpoints service")
53

Callers 3

getCheckpointServiceFunction · 0.70
checkGitInstallationFunction · 0.70
generateErrorDiagnosticsFunction · 0.50

Calls 1

logMethod · 0.65

Tested by

no test coverage detected