Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ NewEvent
Function
NewEvent
internal/grpcsync/event.go:56–58 ·
view source on GitHub ↗
NewEvent returns a new, ready-to-use Event.
()
Source
from the content-addressed store, hash-verified
54
55
// NewEvent returns a new, ready-to-use Event.
56
func
NewEvent() *Event {
57
return
&Event{c: make(
chan
struct
{})}
58
}
Callers
15
NewServer
Function · 0.92
TestServer_MaxHandlers
Method · 0.92
TestServer_WaitForHandlers
Method · 0.92
TestServer_GracefulStopWaits
Method · 0.92
TestBalancer_StateListenerBeforeConnect
Method · 0.92
initIdleStateLocked
Method · 0.92
TestClientUpdatesParamsAfterGoAway
Method · 0.92
NewDistributor
Function · 0.92
TestLoggingLinkedWithTraceClientSide
Method · 0.92
TestLoggingLinkedWithTraceServerSide
Method · 0.92
TestLoggingLinkedWithTrace
Method · 0.92
Build
Method · 0.92
Calls
no outgoing calls
Tested by
15
TestServer_MaxHandlers
Method · 0.74
TestServer_WaitForHandlers
Method · 0.74
TestServer_GracefulStopWaits
Method · 0.74
TestBalancer_StateListenerBeforeConnect
Method · 0.74
TestClientUpdatesParamsAfterGoAway
Method · 0.74
TestLoggingLinkedWithTraceClientSide
Method · 0.74
TestLoggingLinkedWithTraceServerSide
Method · 0.74
TestLoggingLinkedWithTrace
Method · 0.74
TestPick_DataCacheHit_NoPendingEntry_StaleEntry
Method · 0.74
TestPick_DataCacheHit_NoPendingEntry_ExpiredEntry
Method · 0.74
TestPick_DataCacheHit_PendingEntryExists_StaleEntry
Method · 0.74
TestPick_DataCacheHit_PendingEntryExists_ExpiredEntry
Method · 0.74