MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / rowIndent

Function rowIndent

packages/react/src/components/tool-tree.tsx:567–567  ·  view source on GitHub ↗
(depth: number)

Source from the content-addressed store, hash-verified

565// ---------------------------------------------------------------------------
566
567const rowIndent = (depth: number) => 12 + depth * 16;
568
569const rowBaseClasses =
570 "relative flex h-auto w-full items-center justify-start gap-2 rounded-none py-2 text-xs font-normal transition-[background-color] duration-150";

Callers 2

ToolGroupRowFunction · 0.85
ToolLeafRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected