MCPcopy Create free account
hub / github.com/RightNow-AI/rightnow-cli / detect_nvcc

Function detect_nvcc

rightnow_cli/utils/detection.py:971–973  ·  view source on GitHub ↗

Convenience: Detect NVCC.

()

Source from the content-addressed store, hash-verified

969# ============================================================================
970
971def detect_nvcc() -> ToolInfo:
972 """Convenience: Detect NVCC."""
973 return get_detector().detect_nvcc()
974
975
976def detect_cpp_compiler() -> ToolInfo:

Callers 1

executeMethod · 0.85

Calls 2

get_detectorFunction · 0.85
detect_nvccMethod · 0.80

Tested by

no test coverage detected