Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PasarGuard/node
/ GetKeepAlive
Method
GetKeepAlive
common/service.pb.go:287–292 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
}
286
287
func
(x *Backend) GetKeepAlive() uint64 {
288
if
x != nil {
289
return
x.KeepAlive
290
}
291
return
0
292
}
293
294
func
(x *Backend) GetExcludeInbounds() []string {
295
if
x != nil {
Callers
2
Start
Method · 0.95
Start
Method · 0.80
Implementers
2
WireGuard
backend/wireguard/wireguard.go
Xray
backend/xray/xray.go
Calls
no outgoing calls
Tested by
no test coverage detected