MCPcopy Create free account
hub / github.com/PasarGuard/node / Started

Method Started

backend/xray/core.go:116–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (c *Core) Started() bool {
117 if c.process == nil || c.process.Process == nil {
118 return false
119 }
120 if c.process.ProcessState == nil {
121 return true
122 }
123 return false
124}
125
126func collectUnixSocketPaths(cfg *Config) []string {
127 if cfg == nil {

Callers 2

StartMethod · 0.95
StopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected