MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / reupRcloneVersion

Function reupRcloneVersion

src/controller/main.ts:164–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162}
163
164async function reupRcloneVersion() {
165 const version = await rclone_api_post('/core/version')
166 if (version) {
167 rcloneInfo.version = version as RcloneVersion
168 }
169}
170
171async function reupOpenlistVersion() {
172 const MAX_RETRIES = 3

Callers 1

Calls 1

rclone_api_postFunction · 0.90

Tested by

no test coverage detected