Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ insecureServer
Function
insecureServer
examples/features/advancedtls/server/main.go:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
func
insecureServer() {
56
createAndRunInsecureServer(insecurePort)
57
}
58
59
func
createAndRunInsecureServer(port int) {
60
creds := insecure.NewCredentials()
Callers
1
main
Function · 0.85
Calls
1
createAndRunInsecureServer
Function · 0.85
Tested by
no test coverage detected