Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PasarGuard/node
/ Version
Method
Version
backend/xray/xray.go:112–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(x *Xray) Version() string {
113
x.mu.RLock()
114
defer
x.mu.RUnlock()
115
return
x.core.Version()
116
}
117
118
func
(x *Xray) Started() bool {
119
x.mu.RLock()
Callers
1
New
Function · 0.95
Calls
1
Version
Method · 0.65
Tested by
no test coverage detected