MCPcopy Create free account
hub / github.com/Railly/agentfiles / setDeepSearch

Method setDeepSearch

src/store.ts:201–205  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

199 }
200
201 setDeepSearch(enabled: boolean): void {
202 if (this._deepSearch === enabled) return;
203 this._deepSearch = enabled;
204 this.trigger("updated");
205 }
206
207 setDeepSearchScope(scope: DeepSearchScope): void {
208 if (this._deepSearchScope === scope) return;

Callers 2

onloadMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected