Skip to main content

DEFAULT_AUTH

Static DEFAULT_AUTH 

Source
pub(crate) static DEFAULT_AUTH: OnceLock<Option<String>>
Expand description

The credential choir init wrote, found once.

A OnceLock rather than a lookup per call: every command that reaches the node asks, and the answer is a stat on a path that cannot change while the process runs.