MCPcopy
hub / github.com/hotwired/turbo / readEventLogs

Function readEventLogs

src/tests/helpers/page.js:254–256  ·  view source on GitHub ↗
(page, length)

Source from the content-addressed store, hash-verified

252}
253
254export function readEventLogs(page, length) {
255 return readArray(page, "eventLogs", length)
256}
257
258export function readMutationLogs(page, length) {
259 return readArray(page, "mutationLogs", length)

Callers 13

frame_tests.jsFile · 0.90
loading_tests.jsFile · 0.90
rendering_tests.jsFile · 0.90
visit_tests.jsFile · 0.90
stream_tests.jsFile · 0.90
nextEventNamedFunction · 0.85
nextEventOnTargetFunction · 0.85
noNextEventNamedFunction · 0.85

Calls 1

readArrayFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…