Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AI45Lab/Code
/ capabilities
Method
capabilities
core/src/workspace/mod.rs:583–585 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
581
}
582
583
pub fn capabilities(&self) -> WorkspaceCapabilities {
584
self.capabilities
585
}
586
587
pub fn normalize_path(&self, input: &str) -> Result<WorkspacePath> {
588
self.path_resolver.normalize(input)
Callers
3
workspace_services_disable_exec_without_runner
Function · 0.45
services_s3_factory_disables_exec_search_and_git_by_default
Function · 0.45
services_s3_factory_registers_search_when_enabled
Function · 0.45
Calls
no outgoing calls
Tested by
3
workspace_services_disable_exec_without_runner
Function · 0.36
services_s3_factory_disables_exec_search_and_git_by_default
Function · 0.36
services_s3_factory_registers_search_when_enabled
Function · 0.36