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

Method DERPMap

coderd/coderd.go:2529–2536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2527}
2528
2529func (api *API) DERPMap() *tailcfg.DERPMap {
2530 fn := api.DERPMapper.Load()
2531 if fn != nil {
2532 return (*fn)(api.Options.BaseDERPMap)
2533 }
2534
2535 return api.Options.BaseDERPMap
2536}
2537
2538// nolint:revive
2539func ReadExperiments(log slog.Logger, raw []string) codersdk.Experiments {

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected