MCPcopy Create free account
hub / github.com/anus-dev/ANUS / debug

Method debug

packages/cli/src/zed-integration/zedIntegration.ts:759–763  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

757 }
758
759 debug(msg: string) {
760 if (this.config.getDebugMode()) {
761 console.warn(msg);
762 }
763 }
764}
765
766function toToolCallContent(toolResult: ToolResult): acp.ToolCallContent | null {

Callers 15

#resolvePromptMethod · 0.95
executeMethod · 0.80
performGrepSearchMethod · 0.80
connectToMcpServerFunction · 0.80
createTransportFunction · 0.80
memoryDiscovery.tsFile · 0.80
readAnusMdFilesFunction · 0.80
readAccountsFunction · 0.80
getCachedGoogleAccountFunction · 0.80

Calls 1

getDebugModeMethod · 0.80

Tested by

no test coverage detected