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

Function rowIndent

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

Source from the content-addressed store, hash-verified

561// ---------------------------------------------------------------------------
562
563const rowIndent = (depth: number) => 12 + depth * 16;
564
565const rowBaseClasses =
566 "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