MCPcopy
hub / github.com/putyy/res-downloader / install

Function install

frontend/src/api/app.ts:4–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3export default {
4 install() {
5 return request({
6 url: '/api/install',
7 method: 'post'
8 })
9 },
10 setSystemPassword(data: object) {
11 return request({
12 url: 'api/set-system-password',

Callers

nothing calls this directly

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected