Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slimtoolkit/slim
/ NewKernelFeatures
Function
NewKernelFeatures
pkg/system/kernel_linux.go:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
NewKernelFeatures() (KernelFeatures, error) {
65
return
NewKernelFeaturesWithProps(
""
)
66
}
67
68
func
NewKernelFeaturesWithProps(location string) (KernelFeatures, error) {
69
var
kfeatures KernelFeatures
Callers
1
kernel_linux.go
File · 0.85
Calls
1
NewKernelFeaturesWithProps
Function · 0.85
Tested by
no test coverage detected