MCPcopy Index your code
hub / github.com/keystone-engine/keypatch / find_arch_idx

Method find_arch_idx

keypatch.py:858–859  ·  view source on GitHub ↗
(self, arch, mode)

Source from the content-addressed store, hash-verified

856 return self.get_value_by_idx(self.arch_lists, idx)
857
858 def find_arch_idx(self, arch, mode):
859 return self.find_idx_by_value(self.arch_lists, (arch, mode))
860
861 def get_syntax_by_idx(self, idx):
862 return self.get_value_by_idx(self.syntax_lists, idx, self.syntax)

Callers 1

setupMethod · 0.80

Calls 1

find_idx_by_valueMethod · 0.95

Tested by

no test coverage detected