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

Function latestCall

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

Source from the content-addressed store, hash-verified

223 )
224
225 const latestCall = () =>
226 contextCaptor.mock.lastCall[0] as CellContext<TestData, any>
227 // TODO: As a perf improvement, check in a future if we can avoid evaluating the cell twice during the first render.
228 // This is caused due to the registration of the initial effect and the first #getContentValue() to detect the
229 // type of content to render.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected