blob: 33478facff7dd4d345f5c707915885fd19744c49 [file]
<html devsite>
<head>
<meta name="project_path" value="/_project.yaml">
<meta name="book_path" value="/versions/6.3.0/_book.yaml">
</head>
<body>
<h1 class="page-title" id="modules.ToolchainContext">ToolchainContext</h1>
<!-- {% raw %} -->
Holds toolchains available for a particular exec group. Toolchain targets are accessed by indexing with the toolchain type, as in <code>ctx.toolchains["//pkg:my_toolchain_type"]</code>. If the toolchain was optional and no toolchain was resolved, this will return <code>None</code>.
</body>
</html>
<!-- {% endraw %} -->