MCPcopy
hub / github.com/cilium/cilium / notSafeToAccess

Method notSafeToAccess

pkg/eventqueue/eventqueue.go:255–257  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253}
254
255func (q *EventQueue) notSafeToAccess() bool {
256 return q == nil || q.close == nil || q.drain == nil || q.events == nil
257}
258
259// Stop stops any further events from being processed by the EventQueue. Any
260// event which is currently being processed by the EventQueue will continue to

Callers 3

EnqueueMethod · 0.95
RunMethod · 0.95
StopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected