Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ GetBlockEndpoints
Method
GetBlockEndpoints
tailnet/conn.go:484–486 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
482
}
483
484
func
(c *Conn) GetBlockEndpoints() bool {
485
return
c.configMaps.getBlockEndpoints() && c.nodeUpdater.getBlockEndpoints()
486
}
487
488
func
(c *Conn) InstallCaptureHook(f capture.Callback) {
489
c.mutex.Lock()
Callers
1
TestServerTailnet_ReverseProxy
Function · 0.80
Implementers
1
fakeConn
vpn/tunnel_internal_test.go
Calls
1
getBlockEndpoints
Method · 0.45
Tested by
1
TestServerTailnet_ReverseProxy
Function · 0.64