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

Function exportTool

ui/src/api/system-resource-management/tool.ts:107–109  ·  view source on GitHub ↗
(id: string, name: string, loading?: Ref<boolean>)

Source from the content-addressed store, hash-verified

105}
106
107const exportTool = (id: string, name: string, loading?: Ref<boolean>) => {
108 return exportFile(name + '.tool', `${prefix}/${id}/export`, undefined, loading)
109}
110
111/**
112 * 调试工具

Callers

nothing calls this directly

Calls 1

exportFileFunction · 0.90

Tested by

no test coverage detected