Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ is_kernel_header_installed
Function
is_kernel_header_installed
build.py:207–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
205
206
207
def
is_kernel_header_installed():
208
return
os.path.isdir(
"/lib/modules/%s/build"
% kernel_release)
209
210
211
def
check_kernel_headers():
Callers
2
check_kernel_headers
Function · 0.85
build_kmod
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected