Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
onTaskAborted
Method · 0.95
initializeTaskHistoryStore
Method · 0.95
initializeCloudProfileSync
Method · 0.95
ClineProvider
Class · 0.95
syncCloudProfiles
Method · 0.95
initializeCloudProfileSyncWhenReady
Method · 0.95
performPreparationTasks
Method · 0.95
removeClineFromStack
Method · 0.95
dispose
Method · 0.95
resolveWebviewView
Method · 0.95
ensureZooGatewayProfileSeeded
Method · 0.95
Calls
2
appendLine
Method · 0.80
log
Method · 0.65
Tested by
no test coverage detected