Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
766
function
toToolCallContent(toolResult: ToolResult): acp.ToolCallContent | null {
Callers
15
#resolvePrompt
Method · 0.95
execute
Method · 0.80
performGrepSearch
Method · 0.80
connectToMcpServer
Function · 0.80
createTransport
Function · 0.80
memoryDiscovery.ts
File · 0.80
getAnusMdFilePathsInternalForEachDir
Function · 0.80
readAnusMdFiles
Function · 0.80
loadServerHierarchicalMemory
Function · 0.80
memoryImportProcessor.ts
File · 0.80
readAccounts
Function · 0.80
getCachedGoogleAccount
Function · 0.80
Calls
1
getDebugMode
Method · 0.80
Tested by
no test coverage detected