MCPcopy
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
64func NewKernelFeatures() (KernelFeatures, error) {
65 return NewKernelFeaturesWithProps("")
66}
67
68func NewKernelFeaturesWithProps(location string) (KernelFeatures, error) {
69 var kfeatures KernelFeatures

Callers 1

kernel_linux.goFile · 0.85

Calls 1

Tested by

no test coverage detected