Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
func
(c *Connection) GetFullURI() string {
58
return
c.Scheme +
"://"
+ c.GetPathWithHost()
59
}
60
61
func
(c *Connection) GetSchemeAndHost() string {
62
return
c.Scheme +
"://"
+ c.Host
Callers
13
TestParseURI_WSHWithScheme
Function · 0.80
TestParseURI_WSHRemoteShorthand
Function · 0.80
TestParseURI_WSHCurrentPathShorthand
Function · 0.80
TestParseURI_WSHCurrentPath
Function · 0.80
TestParseURI_WSHCurrentPathWindows
Function · 0.80
TestParseURI_WSHLocalShorthand
Function · 0.80
TestParseURI_WSHWSL
Function · 0.80
TestParseUri_LocalWindowsAbsPath
Function · 0.80
TestParseURI_LocalWindowsRelativeShorthand
Function · 0.80
TestParseURI_S3BucketOnly
Function · 0.80
moveInternal
Function · 0.80
copyInternal
Function · 0.80
Calls
1
GetPathWithHost
Method · 0.95
Tested by
10
TestParseURI_WSHWithScheme
Function · 0.64
TestParseURI_WSHRemoteShorthand
Function · 0.64
TestParseURI_WSHCurrentPathShorthand
Function · 0.64
TestParseURI_WSHCurrentPath
Function · 0.64
TestParseURI_WSHCurrentPathWindows
Function · 0.64
TestParseURI_WSHLocalShorthand
Function · 0.64
TestParseURI_WSHWSL
Function · 0.64
TestParseUri_LocalWindowsAbsPath
Function · 0.64
TestParseURI_LocalWindowsRelativeShorthand
Function · 0.64
TestParseURI_S3BucketOnly
Function · 0.64