MCPcopy Index your code
hub / github.com/1Panel-dev/KubePi / uploadFile

Function uploadFile

web/dashboard/src/api/pods.js:89–91  ·  view source on GitHub ↗
(data,params)

Source from the content-addressed store, hash-verified

87}
88
89export function uploadFile(data,params) {
90 return postFile(podFileUrl+"/files/upload",data,params)
91}
92
93export function renameFile(data) {
94 return post(podFileUrl+"/files/rename",data)

Callers

nothing calls this directly

Calls 1

postFileFunction · 0.90

Tested by

no test coverage detected