MCPcopy
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

handleListModelsMethod · 0.45
customFetchFunction · 0.45
crawlMethod · 0.45
installMethod · 0.45
crawlMethod · 0.45
crawlMethod · 0.45
updateMethod · 0.45
handleMCPOauthCodeFunction · 0.45

Calls

no outgoing calls

Tested by 4

initializeFunction · 0.36
setStateFunction · 0.36
reloadFunction · 0.36
cleanupFunction · 0.36