Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VirtualHotBar/NetMount
/ buildApiUrl
Function
buildApiUrl
src/utils/rclone/request.ts:30–32 ·
view source on GitHub ↗
* 构建完整 API URL
(path: string)
Source
from the content-addressed store, hash-verified
28
* 构建完整 API URL
29
*/
30
function
buildApiUrl(path: string): string {
31
return
`${rcloneInfo.endpoint.url}${path}`
32
}
33
34
/**
35
* 统一处理 API 响应
Callers
5
rclone_api_noop
Function · 0.85
rclone_api_post
Function · 0.85
rclone_api_get
Function · 0.85
rclone_api_post_async
Function · 0.85
rclone_api_job_status
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected