MCPcopy
hub / github.com/wavetermdev/waveterm / GetEndpoint

Function GetEndpoint

pkg/wcloud/wcloud.go:74–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func GetEndpoint() string {
75 if !wavebase.IsDevMode() {
76 return WCloudEndpoint
77 }
78 endpoint := WCloudEndpoint_VarCache
79 return endpoint
80}
81
82func GetPingEndpoint() string {
83 if !wavebase.IsDevMode() {

Callers 1

makeAnonPostReqFunction · 0.85

Calls 1

IsDevModeFunction · 0.92

Tested by

no test coverage detected