MCPcopy Index your code
hub / github.com/cirosantilli/linux-kernel-module-cheat / get_toolchain_tool

Method get_toolchain_tool

common.py:785–786  ·  view source on GitHub ↗
(self, tool, allowed_toolchains=None)

Source from the content-addressed store, hash-verified

783 raise Exception(error_message)
784
785 def get_toolchain_tool(self, tool, allowed_toolchains=None):
786 return '{}-{}'.format(self.get_toolchain_prefix(tool, allowed_toolchains), tool)
787
788 def github_make_request(
789 self,

Callers 1

get_elf_entryMethod · 0.95

Calls 1

get_toolchain_prefixMethod · 0.95

Tested by

no test coverage detected