MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / GetFullURI

Method GetFullURI

pkg/remote/connparse/connparse.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (c *Connection) GetFullURI() string {
58 return c.Scheme + "://" + c.GetPathWithHost()
59}
60
61func (c *Connection) GetSchemeAndHost() string {
62 return c.Scheme + "://" + c.Host

Calls 1

GetPathWithHostMethod · 0.95