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

Function deleteWorkspacePath

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

Source from the content-addressed store, hash-verified

45}
46
47export const deleteWorkspacePath = (path) => {
48 const query = buildQuery({ path })
49 return apiDelete(`/api/workspace/file?${query}`)
50}
51
52export const createWorkspaceDirectory = (parentPath, name) => {
53 return apiPost('/api/workspace/directory', {

Callers

nothing calls this directly

Calls 2

apiDeleteFunction · 0.90
buildQueryFunction · 0.70

Tested by

no test coverage detected