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

Function getKnowledgeListPage

ui/src/api/shared-workspace.ts:27–33  ·  view source on GitHub ↗
(page, param, loading)

Source from the content-addressed store, hash-verified

25 param: any,
26 loading?: Ref<boolean>,
27) => Promise<Result<Array<any>>> = (page, param, loading) => {
28 return get(
29 `${prefix}/${prefix_workspace.value}/knowledge/${page.current_page}/${page.page_size}`,
30 param,
31 loading,
32 )
33}
34
35/**
36 * 知识库详情

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected