Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
9
const
postImage: (data: any) => Promise<Result<any>> = (data) => {
10
return
post(`${prefix}`, data)
11
}
12
13
export
default {
14
postImage
Callers
nothing calls this directly
Calls
1
post
Function · 0.90
Tested by
no test coverage detected