Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AI45Lab/Code
/ search
Method
search
core/src/workspace/mod.rs:609–611 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
607
}
608
609
pub fn search(&self) -> Option<Arc<dyn WorkspaceSearch>> {
610
self.search.clone()
611
}
612
613
pub fn git(&self) -> Option<Arc<dyn WorkspaceGit>> {
614
self.git.clone()
Callers
8
recall_similar
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
execute
Method · 0.45
from_s3_backend
Method · 0.45
local_backend_searches_glob_and_grep
Function · 0.45
virtual_services_with_search
Function · 0.45
Calls
1
clone
Method · 0.45
Tested by
1
virtual_services_with_search
Function · 0.36