Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeusData/codebase-memory-mcp
/
Class
graph-ui/src/components/NodeDetailPanel.test.tsx:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
vi.mock(
"../api/rpc"
, () => ({
11
callTool: (...args: unknown[]) => callToolMock(...args),
12
RpcError: class extends Error {},
13
}));
14
15
const NODE: GraphNode = {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected