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

TypeAlias fakeSetter

tailnet/controllers_test.go:627–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625}
626
627type fakeSetter chan *tailcfg.DERPMap
628
629func (s fakeSetter) SetDERPMap(derpMap *tailcfg.DERPMap) {
630 s <- derpMap

Calls

no outgoing calls

Tested by

no test coverage detected