MCPcopy Create free account
hub / github.com/xerrors/Yuxi / graphBuildUrl

Function graphBuildUrl

web/src/apis/knowledge_api.js:208–210  ·  view source on GitHub ↗
(kbId, action)

Source from the content-addressed store, hash-verified

206// =============================================================================
207
208function graphBuildUrl(kbId, action) {
209 return `/api/knowledge/databases/${kbId}/graph-build/${action}`
210}
211
212export const graphBuildApi = {
213 getStatus: async (kbId) => {

Callers 1

knowledge_api.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected