| 67 | class AcmeModuleWithTask : public Module { |
| 68 | public: |
| 69 | AcmeModuleWithTask() : Module() { is_task_ = true; } |
| 70 | |
| 71 | static const gate_idx_t kNumIGates = 1; |
| 72 | static const gate_idx_t kNumOGates = 3; |
nothing calls this directly
no outgoing calls
no test coverage detected