MCPcopy Create free account
hub / github.com/coder/coder / getTabMeasureProps

Function getTabMeasureProps

site/src/components/Tabs/utils/useKebabMenu.ts:137–139  ·  view source on GitHub ↗
(tabValue: string)

Source from the content-addressed store, hash-verified

135 );
136
137 const getTabMeasureProps = (tabValue: string) => {
138 return { [DATA_ATTR_TAB_VALUE]: tabValue };
139 };
140
141 return {
142 containerRef,

Callers 2

AgentRowFunction · 0.85
TestHarnessFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestHarnessFunction · 0.68