MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / PolicyAddress

Class PolicyAddress

src/sql/src/plan.rs:1835–1835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1833
1834#[derive(Debug, Clone, PartialEq, Eq, Ord, PartialOrd, Hash)]
1835pub struct PolicyAddress(pub IpNet);
1836impl std::fmt::Display for PolicyAddress {
1837 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
1838 write!(f, "{}", &self.0.to_string())

Callers 1

initializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected