| 24 | uint32_t size_bytes; |
| 25 | |
| 26 | FunctionSize(const std::string& func_name, uint32_t size_bytes) : func_name(std::move(func_name)), size_bytes(size_bytes) {} |
| 27 | }; |
| 28 | |
| 29 | struct ManualFunction { |
nothing calls this directly
no outgoing calls
no test coverage detected