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

Method get_key

cli_function.py:301–302  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

299
300 @staticmethod
301 def get_key(*args, **kwargs):
302 return _Argument.get_key(*args, **kwargs)
303
304 def main(self, **kwargs):
305 '''

Callers

nothing calls this directly

Calls 1

get_keyMethod · 0.45

Tested by

no test coverage detected