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

Method UpdateStatus

tailnet/configmaps.go:48–48  ·  view source on GitHub ↗
(*ipnstate.StatusBuilder)

Source from the content-addressed store, hash-verified

46// This allows us to test configuration code without faking the whole interface.
47type engineConfigurable interface {
48 UpdateStatus(*ipnstate.StatusBuilder)
49 SetNetworkMap(*netmap.NetworkMap)
50 Reconfig(*wgcfg.Config, *router.Config, *dns.Config, *tailcfg.Debug) error
51 SetDERPMap(*tailcfg.DERPMap)

Callers 3

statusMethod · 0.65
SyncStartMethod · 0.65
SyncCompleteMethod · 0.65

Implementers 1

fakeEngineConfigurabletailnet/configmaps_internal_test.go

Calls

no outgoing calls

Tested by

no test coverage detected