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

Method isStartupLogPhase

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

Source from the content-addressed store, hash-verified

125}
126
127func (c *Core) isStartupLogPhase() bool {
128 return atomic.LoadUint32(&c.logPhase) == logPhaseStartup
129}
130
131func (c *Core) RecordStartupLog(line string) {
132 c.startupMu.Lock()

Calls

no outgoing calls