| 29 | class Start { |
| 30 | public: |
| 31 | uint32_t getFunctionIndex() const noexcept { return FuncIdx; } |
| 32 | uint32_t &getFunctionIndex() noexcept { return FuncIdx; } |
| 33 | Span<const uint32_t> getArguments() const noexcept { return Args; } |
| 34 | std::vector<uint32_t> &getArguments() noexcept { return Args; } |
no outgoing calls
no test coverage detected