MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / NodeTooltipProps

Interface NodeTooltipProps

graph-ui/src/components/NodeTooltip.tsx:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { colorForLabel, colorForStatus } from "../lib/colors";
4
5interface NodeTooltipProps {
6 node: GraphNode;
7}
8
9function lineRange(node: GraphNode): string | null {
10 if (!node.start_line) return null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected