MCPcopy 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_similarMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
from_s3_backendMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by 1