Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
214
function
sendPage() {
215
const
pageEvent = sendEvent({
type
: EventType.page })
216
pageEventId = pageEvent?.context?.event_id
217
}
218
219
function
sendExit() {
220
if
(sentExit)
return
Callers
1
initPageAndExitEvent
Function · 0.85
Calls
1
sendEvent
Function · 0.85
Tested by
no test coverage detected