MCPcopy Create free account
hub / github.com/Tong89/smartNode / makeWrapper

Function makeWrapper

frontend/src/components/utilization-bars.test.ts:31–35  ·  view source on GitHub ↗
(rows: UtilizationRow[])

Source from the content-addressed store, hash-verified

29}
30
31function makeWrapper(rows: UtilizationRow[]) {
32 return mount(UtilizationBars, {
33 props: { rows },
34 });
35}
36
37// ── Section structure ─────────────────────────────────────────────────────────
38

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected