Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/continuedev/continue
/ debug
Method
debug
core/util/Logger.ts:49–51 ·
view source on GitHub ↗
(message: string, meta?: any)
Source
from the content-addressed store, hash-verified
47
}
48
49
public debug(message: string, meta?: any): void {
50
this.winston.debug(message, meta);
51
}
52
53
public info(message: string, meta?: any): void {
54
this.winston.info(message, meta);
Callers
15
registerMessageHandlers
Method · 0.45
handleListModels
Method · 0.45
customFetch
Function · 0.45
sendIndexingErrorTelemetry
Method · 0.45
crawl
Method · 0.45
install
Method · 0.45
crawl
Method · 0.45
getGithubRepoFileContent
Method · 0.45
crawl
Method · 0.45
update
Method · 0.45
redirectToAuthorization
Method · 0.45
handleMCPOauthCode
Function · 0.45
Calls
no outgoing calls
Tested by
4
initialize
Function · 0.36
setState
Function · 0.36
reload
Function · 0.36
cleanup
Function · 0.36