Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mixedbread-ai/mgrep
/ create
Method
create
src/lib/store.ts:123–123 ·
view source on GitHub ↗
* Create a new store
(options: CreateStoreOptions)
Source
from the content-addressed store, hash-verified
121
* Create a
new
store
122
*/
123
create(options: CreateStoreOptions): Promise<unknown>;
124
125
/**
126
* Ask a question to one or more stores
Callers
2
startWatch
Function · 0.65
create
Method · 0.65
Implementers
2
MixedbreadStore
src/lib/store.ts
TestStore
src/lib/store.ts
Calls
no outgoing calls
Tested by
no test coverage detected