MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / #log

Method #log

src/cm/lsp/workspace.ts:59–61  ·  view source on GitHub ↗
(level: LspLogLevel, message: string, details?: unknown)

Source from the content-addressed store, hash-verified

57 }
58
59 #log(level: LspLogLevel, message: string, details?: unknown): void {
60 addLspLogFor(this.client, level, message, details);
61 }
62
63 #getOrCreateFile(
64 uri: string,

Callers 7

updateFileMethod · 0.95
displayFileMethod · 0.95
#sendNotificationMethod · 0.95
addWorkspaceFolderMethod · 0.95
removeWorkspaceFolderMethod · 0.95

Calls 1

addLspLogForFunction · 0.90

Tested by

no test coverage detected