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

Function postImage

ui/src/api/image.ts:9–11  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

7 * @param 参数 file:file
8 */
9const postImage: (data: any) => Promise<Result<any>> = (data) => {
10 return post(`${prefix}`, data)
11}
12
13export default {
14 postImage

Callers

nothing calls this directly

Calls 1

postFunction · 0.90

Tested by

no test coverage detected