| 62 | }; |
| 63 | |
| 64 | struct CommandDecl { |
| 65 | std::string name; |
| 66 | std::string enumValue; |
| 67 | FrameDecl request; |
| 68 | FrameDecl response; |
| 69 | bool responseNone = false; |
| 70 | int line = 0; |
| 71 | }; |
| 72 | |
| 73 | struct ProtocolDecl { |
| 74 | std::string name; |
nothing calls this directly
no outgoing calls
no test coverage detected