MCPcopy Create free account
hub / github.com/NVIDIA/cuda-quantum / canModifyTarget

Function canModifyTarget

runtime/cudaq/target_control.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12void enableTargetModification() { m_CanModifyTarget = true; }
13void disableTargetModification() { m_CanModifyTarget = false; }
14bool canModifyTarget() { return m_CanModifyTarget; }
15} // namespace cudaq::detail

Callers 3

LinkedLibraryHolderMethod · 0.85
setTargetMethod · 0.85
getTransportLayerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected