| 51 | }; |
| 52 | |
| 53 | struct FrameField { |
| 54 | bool payload = false; |
| 55 | std::string type; |
| 56 | std::string name; |
| 57 | int line = 0; |
| 58 | }; |
| 59 | |
| 60 | struct FrameDecl { |
| 61 | std::vector<FrameField> fields; |
nothing calls this directly
no outgoing calls
no test coverage detected