Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/copilot-sdk
/ newTestEvent
Function
newTestEvent
go/session_test.go:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
func
newTestEvent() SessionEvent {
33
return
SessionEvent{Data: &SessionIdleData{}}
34
}
35
36
func
ptr[T any](value T) *T {
37
return
&value
Callers
1
TestSession_On
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…