Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
''
&
#x27;
Callers
1
timed_main
Method · 0.95
Calls
2
get_build_dir
Method · 0.95
rmrf
Method · 0.80
Tested by
no test coverage detected