MCPcopy 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
36struct GroupState {
37 int previousKey;
38 int activeKey;
39};
40
41unordered_map<int, GroupState> GroupInfo;
42unordered_map<int, KeyState> KeyInfo;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected