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

Method is_arch_supported

common.py:834–835  ·  view source on GitHub ↗
(self, arch)

Source from the content-addressed store, hash-verified

832 return self.import_path(path).Main()
833
834 def is_arch_supported(self, arch):
835 return self.supported_archs is None or arch in self.supported_archs
836
837 def log_error(self, msg):
838 print('error: {}'.format(msg), file=sys.stdout)

Callers 2

mainMethod · 0.95
run_testMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected