MCPcopy Create free account
hub / github.com/godbus/dbus / writeSignals

Function writeSignals

sequential_handler_test.go:205–210  ·  view source on GitHub ↗
(handler SignalHandler, count int)

Source from the content-addressed store, hash-verified

203}
204
205func writeSignals(handler SignalHandler, count int) {
206 for i := 1; i <= count; i++ {
207 signal := &Signal{Sequence: Sequence(i)}
208 handler.DeliverSignal("iface", "name", signal)
209 }
210}
211
212func readSignals(t *testing.T, channel <-chan *Signal) {
213 // Overly generous timeout

Calls 2

SequenceTypeAlias · 0.85
DeliverSignalMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…