MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / workspace

Method workspace

crates/chat-cli/src/util/paths.rs:216–218  ·  view source on GitHub ↗

Get workspace-scoped path resolver

(&self)

Source from the content-addressed store, hash-verified

214
215 /// Get workspace-scoped path resolver
216 pub fn workspace(&self) -> WorkspacePaths<'_> {
217 WorkspacePaths { os: self.os }
218 }
219
220 /// Get global-scoped path resolver
221 pub fn global(&self) -> GlobalPaths<'_> {

Callers 12

executeMethod · 0.45
save_agent_configFunction · 0.45
subagents_dirFunction · 0.45
get_todo_list_dirFunction · 0.45
newMethod · 0.45
get_available_namesMethod · 0.45
executeMethod · 0.45
get_agent_by_nameMethod · 0.45
loadMethod · 0.45
load_legacy_mcp_configFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected