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

Method SwitchToRuntimeLogPhase

backend/xray/startup_diagnostics.go:122–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func (c *Core) SwitchToRuntimeLogPhase() {
123 atomic.StoreUint32(&c.logPhase, logPhaseRuntime)
124 c.DisableStartupDiagnostics()
125}
126
127func (c *Core) isStartupLogPhase() bool {
128 return atomic.LoadUint32(&c.logPhase) == logPhaseStartup

Callers 3

StopMethod · 0.95
checkXrayStatusMethod · 0.80

Calls 1