Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cafali/SnapKey
/ GroupState
Class
GroupState
SnapKey.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
};
35
36
struct GroupState {
37
int previousKey;
38
int activeKey;
39
};
40
41
unordered_map<int, GroupState> GroupInfo;
42
unordered_map<int, KeyState> KeyInfo;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected