Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/msgbyte/tailchat
/ withGhProxy
Function
withGhProxy
apps/cli/src/utils.ts:13–15 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
11
* @deprecated this website is down
12
*/
13
export
function
withGhProxy(url: string): string {
14
return
`https:
//ghproxy.com/${url}`;
15
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected