MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / is_configured

Method is_configured

nodedb/src/control/security/siem.rs:175–177  ·  view source on GitHub ↗

Whether any export destinations are configured.

(&self)

Source from the content-addressed store, hash-verified

173
174 /// Whether any export destinations are configured.
175 pub fn is_configured(&self) -> bool {
176 !self.config.destinations.is_empty() || !self.config.webhook_url.is_empty()
177 }
178
179 /// Number of buffered events (audit + auth).
180 pub fn buffered_count(&self) -> usize {

Callers

nothing calls this directly

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected