Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/rustix
/ linux_kernel_config_item_is_enabled
Function
linux_kernel_config_item_is_enabled
tests/process/prctl.rs:236–239 ·
view source on GitHub ↗
(name: &str)
Source
from the content-addressed store, hash-verified
234
235
#[cfg(feature =
"system"
)]
236
fn linux_kernel_config_item_is_enabled(name: &str) -> io::Result<bool> {
237
let config = load_linux_kernel_config()?;
238
is_linux_kernel_config_item_enabled(&config, name)
239
}
Callers
1
test_virtual_memory_map_config_struct_size
Function · 0.70
Calls
2
load_linux_kernel_config
Function · 0.70
is_linux_kernel_config_item_enabled
Function · 0.70
Tested by
1
test_virtual_memory_map_config_struct_size
Function · 0.56