MCPcopy Index your code
hub / github.com/larksuite/cli / joinUrl

Function joinUrl

scripts/install.js:77–79  ·  view source on GitHub ↗
(base, suffix)

Source from the content-addressed store, hash-verified

75}
76
77function joinUrl(base, suffix) {
78 return base.replace(/\/+$/, "") + suffix;
79}
80
81function isValidDownloadBase(raw) {
82 try {

Callers 1

resolveMirrorUrlsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected