MCPcopy 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
112func (x *Xray) Version() string {
113 x.mu.RLock()
114 defer x.mu.RUnlock()
115 return x.core.Version()
116}
117
118func (x *Xray) Started() bool {
119 x.mu.RLock()

Callers 1

NewFunction · 0.95

Calls 1

VersionMethod · 0.65

Tested by

no test coverage detected