MCPcopy
hub / github.com/cilium/cilium / DummyEvent

Struct DummyEvent

pkg/eventqueue/eventqueue_test.go:88–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type DummyEvent struct{}
89
90func (d *DummyEvent) Handle(ifc chan any) {
91 ifc <- struct{}{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected