Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
func
(e Event) String() string {
43
return
fmt.Sprintf(
"%s:%d"
, e.Kind.String(), e.Which)
44
}
45
46
type
State
struct
{
47
Keys []bool
Callers
3
TestState
Function · 0.45
TestEventString
Function · 0.45
TestStateOriginal
Function · 0.45
Calls
no outgoing calls
Tested by
3
TestState
Function · 0.36
TestEventString
Function · 0.36
TestStateOriginal
Function · 0.36