MCPcopy Index your code
hub / github.com/TanStack/table / latestCall

Function latestCall

packages/angular-table/tests/flex-render-table.test.ts:189–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 )
188
189 const latestCall = () =>
190 contextCaptor.mock.lastCall[0] as CellContext<TestData, any>
191 // TODO: As a perf improvement, check in a future if we can avoid evaluating the cell twice during the first render.
192 // This is caused due to the registration of the initial effect and the first #getContentValue() to detect the
193 // type of content to render.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…