Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Threadfin/Threadfin
/ getBaseUrl
Function
getBaseUrl
src/toolchain.go:458–464 ·
view source on GitHub ↗
(host string, port string)
Source
from the content-addressed store, hash-verified
456
}
457
458
func
getBaseUrl(host string, port string) string {
459
if
strings.Contains(host,
":"
) {
460
return
host
461
}
else
{
462
return
fmt.Sprintf(
"%s:%s"
, host, port)
463
}
464
}
Callers
6
Init
Function · 0.85
Index
Function · 0.85
Threadfin
Function · 0.85
WS
Function · 0.85
Web
Function · 0.85
API
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected