Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NdoleStudio/httpsms
/ PhoneIsOffline
Method
PhoneIsOffline
api/pkg/entities/heartbeat_monitor.go:27–29 ·
view source on GitHub ↗
PhoneIsOffline returns true if the phone is offline
()
Source
from the content-addressed store, hash-verified
25
26
// PhoneIsOffline returns true if the phone is offline
27
func
(h *HeartbeatMonitor) PhoneIsOffline() bool {
28
return
!h.PhoneOnline
29
}
Callers
1
Store
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected