MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / system_gateways_dir

Function system_gateways_dir

crates/openshell-bootstrap/src/paths.rs:82–84  ·  view source on GitHub ↗

Read-only system-level gateway metadata directory.

()

Source from the content-addressed store, hash-verified

80
81/// Read-only system-level gateway metadata directory.
82pub fn system_gateways_dir() -> PathBuf {
83 system_config_dir().join("gateways")
84}
85
86/// Optional system-level active gateway file within the system config root.
87pub fn system_active_gateway_path() -> PathBuf {

Callers 2

system_gateway_dirFunction · 0.85

Calls 1

system_config_dirFunction · 0.85

Tested by

no test coverage detected