| 12 | void enableTargetModification() { m_CanModifyTarget = true; } |
| 13 | void disableTargetModification() { m_CanModifyTarget = false; } |
| 14 | bool canModifyTarget() { return m_CanModifyTarget; } |
| 15 | } // namespace cudaq::detail |
no outgoing calls
no test coverage detected