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

Function delProblems

ui/src/api/system-resource-management/problem.ts:67–69  ·  view source on GitHub ↗
(knowledge_id, problem_id, loading)

Source from the content-addressed store, hash-verified

65 problem_id: string,
66 loading?: Ref<boolean>,
67) => Promise<Result<boolean>> = (knowledge_id, problem_id, loading) => {
68 return del(`${prefix}/${knowledge_id}/problem/${problem_id}`, loading)
69}
70
71/**
72 * 问题详情

Callers

nothing calls this directly

Calls 1

delFunction · 0.90

Tested by

no test coverage detected