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

Method SetDERPMap

tailnet/controllers.go:632–632  ·  view source on GitHub ↗
(derpMap *tailcfg.DERPMap)

Source from the content-addressed store, hash-verified

630
631type DERPMapSetter interface {
632 SetDERPMap(derpMap *tailcfg.DERPMap)
633}
634
635type basicDERPController struct {

Callers 4

recvLoopMethod · 0.65
TestAgent_UpdatedDERPFunction · 0.65
createOrUpdateNetworkMethod · 0.65
runDERPMapSubscriberMethod · 0.65

Implementers 4

fakeEngineConfigurabletailnet/configmaps_internal_test.go
fakeTailnetConntailnet/controllers_test.go
fakeDERPMapSettertailnet/controllers_test.go
Conntailnet/conn.go

Calls

no outgoing calls

Tested by 1

TestAgent_UpdatedDERPFunction · 0.52