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

Method IsContinuous

prober/prober.go:279–281  ·  view source on GitHub ↗

IsContinuous indicates that this is a continuous probe.

()

Source from the content-addressed store, hash-verified

277
278// IsContinuous indicates that this is a continuous probe.
279func (p *Probe) IsContinuous() bool {
280 return p.interval < 0
281}
282
283// Close shuts down the Probe and unregisters it from its Prober.
284// It is safe to Run a new probe of the same name after Close returns.

Callers 5

loopMethod · 0.95
runMethod · 0.95
CollectMethod · 0.95
RunHandlerMethod · 0.80
RunAllHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected