MCPcopy
hub / github.com/1Panel-dev/MaxKB / batchDelete

Function batchDelete

ui/src/api/workspace/chat-user.ts:90–95  ·  view source on GitHub ↗
(
  data,
  loading,
)

Source from the content-addressed store, hash-verified

88 * 批量删除
89 */
90const batchDelete: (data: string[], loading?: Ref<boolean>) => Promise<Result<any>> = (
91 data,
92 loading,
93) => {
94 return post(`${prefix}/batch_delete`, data, undefined, loading)
95}
96export default {
97 getUserManage,
98 putUserManage,

Callers

nothing calls this directly

Calls 1

postFunction · 0.90

Tested by

no test coverage detected