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

Method DisableStartupDiagnostics

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

Source from the content-addressed store, hash-verified

107}
108
109func (c *Core) DisableStartupDiagnostics() {
110 c.startupMu.Lock()
111 defer c.startupMu.Unlock()
112
113 c.startupDiagnosticsEnabled = false
114 c.startupFailure = ""
115 c.startupLogs = nil
116}
117
118func (c *Core) setStartupLogPhase() {
119 atomic.StoreUint32(&c.logPhase, logPhaseStartup)

Calls

no outgoing calls