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

Method setDeepSearchScope

src/store.ts:207–211  ·  view source on GitHub ↗
(scope: DeepSearchScope)

Source from the content-addressed store, hash-verified

205 }
206
207 setDeepSearchScope(scope: DeepSearchScope): void {
208 if (this._deepSearchScope === scope) return;
209 this._deepSearchScope = scope;
210 this.trigger("updated");
211 }
212
213 toggleFavorite(id: string, settings: ChopsSettings): void {
214 const item = this.items.get(id);

Callers 1

onloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected