MCPcopy Create free account
hub / github.com/dh1tw/streamdeck / String

Method String

event.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (e Event) String() string {
43 return fmt.Sprintf("%s:%d", e.Kind.String(), e.Which)
44}
45
46type State struct {
47 Keys []bool

Callers 3

TestStateFunction · 0.45
TestEventStringFunction · 0.45
TestStateOriginalFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestStateFunction · 0.36
TestEventStringFunction · 0.36
TestStateOriginalFunction · 0.36