MCPcopy Create free account
hub / github.com/encodeous/nylon / IsActive

Method IsActive

state/endpoint.go:207–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func (u *NylonEndpoint) IsActive() bool {
208 u.RLock()
209 defer u.RUnlock()
210 return u.isActiveUnlocked()
211}
212
213func (u *NylonEndpoint) Renew() {
214 u.Lock()

Callers 2

IsAliveMethod · 0.95
MetricMethod · 0.95

Calls 1

isActiveUnlockedMethod · 0.95

Tested by

no test coverage detected