Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xyntopia/taskyon
/ storeIndex
Function
storeIndex
src/modules/localVectorStore.ts:226–230 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
224
);
225
226
async
function
storeIndex(name: string) {
227
if
(documentStore?.index) {
228
await
documentStore.index.writeIndex(name);
229
}
230
}
231
232
const
models = useCachedModels();
233
Callers
1
uploadToIndex
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected