MCPcopy Index your code
hub / github.com/tailscale/tailscale / Notify

Method Notify

cmd/containerboot/main_test.go:1514–1522  ·  view source on GitHub ↗
(n *ipn.Notify)

Source from the content-addressed store, hash-verified

1512}
1513
1514func (lc *localAPI) Notify(n *ipn.Notify) {
1515 if n == nil {
1516 return
1517 }
1518 lc.Lock()
1519 defer lc.Unlock()
1520 lc.notify = n
1521 lc.cond.Broadcast()
1522}
1523
1524func statusFromNotify(n *ipn.Notify) *ipnstate.Status {
1525 st := new(ipnstate.Status)

Callers 15

RunMethod · 0.80
ExampleForEachAddrFunction · 0.80
mainFunction · 0.80
watchRateConfigFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
babysitProcFunction · 0.80
startIPNServerFunction · 0.80
mainFunction · 0.80
runUpFunction · 0.80
runFunction · 0.80
TestContainerBootFunction · 0.80

Calls 2

LockMethod · 0.65
UnlockMethod · 0.65

Tested by

no test coverage detected