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

Method clean

common.py:1068–1071  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1066 self.test_results = []
1067
1068 def clean(self):
1069 build_dir = self.get_build_dir()
1070 if build_dir is not None:
1071 self.sh.rmrf(build_dir)
1072
1073 def build(self):
1074 '''

Callers 1

timed_mainMethod · 0.95

Calls 2

get_build_dirMethod · 0.95
rmrfMethod · 0.80

Tested by

no test coverage detected