Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ tool_executable
Function
tool_executable
Tools/Support/PortableMSVCWrapper.py:217–218 ·
view source on GitHub ↗
(msvc_root: Path, target_arch: str, tool_name: str)
Source
from the content-addressed store, hash-verified
215
216
217
def
tool_executable(msvc_root: Path, target_arch: str, tool_name: str):
218
return
msvc_root /
"bin"
/
"Hostx64"
/ target_arch / f
"{tool_name}.exe"
219
220
221
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected