MCPcopy Create free account
hub / github.com/TaskingAI/TaskingAI / getRecord

Function getRecord

frontend/src/axios/chunk.ts:35–38  ·  view source on GitHub ↗
(collectionId: string, id: string)

Source from the content-addressed store, hash-verified

33 return await request.post(`${project_base_url}/collections/${collectionId}/chunks/${id}`, params)
34}
35const getRecord = async (collectionId: string, id: string) => {
36 const project_base_url = `api/v1`
37 return await request.get(`${project_base_url}/collections/${collectionId}/chunks/${id}`)
38}
39export { getRecordsList, createRecord, deleteRecord, updateRecord, getRecord }

Callers 1

handleEditFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected