MCPcopy
hub / github.com/mixedbread-ai/mgrep / retrieve

Method retrieve

src/lib/store.ts:238–240  ·  view source on GitHub ↗
(storeId: string)

Source from the content-addressed store, hash-verified

236 }
237
238 async retrieve(storeId: string): Promise<unknown> {
239 return await this.client.stores.retrieve(storeId);
240 }
241
242 async create(options: CreateStoreOptions): Promise<unknown> {
243 return await this.client.stores.create({

Callers

nothing calls this directly

Calls 1

retrieveMethod · 0.65

Tested by

no test coverage detected