Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cirosantilli/linux-kernel-module-cheat
/ build
Method
build
common.py:1073–1077 ·
view source on GitHub ↗
Do the actual main build work.
(self)
Source
from the content-addressed store, hash-verified
1071
self.sh.rmrf(build_dir)
1072
1073
def
build(self):
1074
''
&
#x27;
1075
Do the actual main build work.
1076
''
&
#x27;
1077
raise
NotImplementedError()
1078
1079
def
get_build_dir(self):
1080
return
None
Callers
1
timed_main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected