| 40 | SURELOG_IMPLEMENT_RTTI(Task, Procedure) |
| 41 | public: |
| 42 | Task(DesignComponent* parent, const FileContent* fC, NodeId id, |
| 43 | std::string_view name) |
| 44 | : Procedure(parent, fC, id, name) {} |
| 45 | ~Task() override = default; |
| 46 | |
| 47 | bool compile(CompileHelper& compile_helper); |
no outgoing calls
no test coverage detected