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

Method log

src/core/webview/ClineProvider.ts:2843–2846  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

2841 // logging
2842
2843 public log(message: string) {
2844 this.outputChannel.appendLine(message)
2845 console.log(message)
2846 }
2847
2848 // getters
2849

Callers 15

constructorMethod · 0.95
onTaskAbortedMethod · 0.95
ClineProviderClass · 0.95
syncCloudProfilesMethod · 0.95
removeClineFromStackMethod · 0.95
disposeMethod · 0.95
resolveWebviewViewMethod · 0.95

Calls 2

appendLineMethod · 0.80
logMethod · 0.65

Tested by

no test coverage detected