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

Function getToolListPage

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

Source from the content-addressed store, hash-verified

163 param?: any,
164 loading?: Ref<boolean>,
165) => Promise<Result<any>> = (page, param, loading) => {
166 return get(
167 `${prefix}/${prefix_workspace.value}/tool/${page.current_page}/${page.page_size}`,
168 param,
169 loading,
170 )
171}
172
173/**
174 * 获取全部用户

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected