MCPcopy Index your code
hub / github.com/github/docs / sendPage

Function sendPage

components/lib/events.ts:214–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212}
213
214function sendPage() {
215 const pageEvent = sendEvent({ type: EventType.page })
216 pageEventId = pageEvent?.context?.event_id
217}
218
219function sendExit() {
220 if (sentExit) return

Callers 1

initPageAndExitEventFunction · 0.85

Calls 1

sendEventFunction · 0.85

Tested by

no test coverage detected