MCPcopy Create free account
hub / github.com/msgbyte/tailchat / parseUrlStr

Function parseUrlStr

client/shared/utils/url-helper.ts:8–12  ·  view source on GitHub ↗
(originUrl: string)

Source from the content-addressed store, hash-verified

6 * @returns 解析后的url
7 */
8export function parseUrlStr(originUrl: string): string {
9 return String(originUrl)
10 .replace('{BACKEND}', getServiceUrl())
11 .replace('%7BBACKEND%7D', getServiceUrl());
12}

Callers 9

getCachedRegistryPluginsFunction · 0.90
App.tsxFile · 0.50
PluginManagerClass · 0.50
parsePluginManifestFunction · 0.50
Item.tsxFile · 0.50
render.tsxFile · 0.50
downloadUrlFunction · 0.50
loadImageFunction · 0.50
index.tsxFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected