MCPcopy Index your code
hub / github.com/xerrors/Yuxi / getWorkspaceFileContent

Function getWorkspaceFileContent

web/src/apis/workspace_api.js:18–21  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

16}
17
18export const getWorkspaceFileContent = (path) => {
19 const query = buildQuery({ path })
20 return apiGet(`/api/workspace/file?${query}`)
21}
22
23export const getWorkspaceKnowledgeTree = (
24 kbId,

Callers

nothing calls this directly

Calls 2

apiGetFunction · 0.90
buildQueryFunction · 0.70

Tested by

no test coverage detected