MCPcopy Index your code
hub / github.com/primer/react / getValue

Function getValue

packages/react/src/DataTable/useTable.ts:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 return {
185 id: `${row.id}`,
186 getValue() {
187 return row
188 },
189 getCells() {
190 return headers.map(header => {
191 return {

Callers

nothing calls this directly

Calls 1

getFunction · 0.70

Tested by

no test coverage detected