Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
func
(u *NylonEndpoint) IsActive() bool {
208
u.RLock()
209
defer
u.RUnlock()
210
return
u.isActiveUnlocked()
211
}
212
213
func
(u *NylonEndpoint) Renew() {
214
u.Lock()
Callers
2
IsAlive
Method · 0.95
Metric
Method · 0.95
Calls
1
isActiveUnlocked
Method · 0.95
Tested by
no test coverage detected