MCPcopy 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
32func newTestEvent() SessionEvent {
33 return SessionEvent{Data: &SessionIdleData{}}
34}
35
36func ptr[T any](value T) *T {
37 return &value

Callers 1

TestSession_OnFunction · 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…