(&self)
| 223 | /// Build the OCSF `Device` object. |
| 224 | #[must_use] |
| 225 | pub fn device(&self) -> Device { |
| 226 | Device::linux(&self.hostname) |
| 227 | } |
| 228 | |
| 229 | /// Build the `proxy_endpoint` object for the Network Proxy profile. |
| 230 | #[must_use] |
no outgoing calls