MCPcopy Create free account
hub / github.com/efogdev/mpris-timer / Stop

Method Stop

internal/core/core.go:252–252  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250
251func (p *TimerPlayer) Next() *dbus.Error { os.Exit(1); return nil }
252func (p *TimerPlayer) Stop() *dbus.Error { os.Exit(1); return nil }
253
254func (p *TimerPlayer) Get(iface, prop string) (dbus.Variant, *dbus.Error) {
255 switch iface {

Callers 2

runTickerMethod · 0.80
renderPreviewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected