MCPcopy Create free account
hub / github.com/AI45Lab/Code / search_enabled

Method search_enabled

core/src/workspace/s3.rs:334–336  ·  view source on GitHub ↗

Whether this backend exposes [`WorkspaceSearch`].

(&self)

Source from the content-addressed store, hash-verified

332
333 /// Whether this backend exposes [`WorkspaceSearch`].
334 pub fn search_enabled(&self) -> bool {
335 self.search_enabled
336 }
337
338 /// Override the per-search object-scan ceiling. `0` resets to default.
339 pub fn with_max_objects_scanned(mut self, n: usize) -> Self {

Callers 1

from_s3_backendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected