MCPcopy Index your code
hub / github.com/coder/coder / Status

Method Status

tailnet/conn.go:563–565  ·  view source on GitHub ↗

Status returns the current ipnstate of a connection.

()

Source from the content-addressed store, hash-verified

561
562// Status returns the current ipnstate of a connection.
563func (c *Conn) Status() *ipnstate.Status {
564 return c.configMaps.status()
565}
566
567// Ping sends a ping to the Wireguard engine.
568// The bool returned is true if the ping was performed P2P.

Callers 5

TestConn_BlockEndpointsFunction · 0.95
watchConnChangeMethod · 0.95
statusMethod · 0.45
RunMethod · 0.45
waitForDirectConnectionFunction · 0.45

Implementers 1

fakeConnvpn/tunnel_internal_test.go

Calls 1

statusMethod · 0.80

Tested by 1

TestConn_BlockEndpointsFunction · 0.76