Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/amazon-q-developer-cli
/ global
Method
global
crates/chat-cli/src/util/paths.rs:221–223 ·
view source on GitHub ↗
Get global-scoped path resolver
(&self)
Source
from the content-addressed store, hash-verified
219
220
/// Get global-scoped path resolver
221
pub fn global(&self) -> GlobalPaths<'_> {
222
GlobalPaths { os: self.os }
223
}
224
}
225
226
/// Workspace-scoped path methods
Callers
15
try_build
Method · 0.80
execute
Method · 0.80
get_mcp_server_configs
Function · 0.80
get_shadow_repo_dir
Function · 0.80
save_agent_config
Function · 0.80
rl
Function · 0.80
global_mcp_config_path
Function · 0.80
new
Method · 0.80
get_available_names
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
get_all_available_mcp_servers
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_knowledge_bases_dir_structure
Function · 0.64