Skip to main content

rights_render_permitted

Function rights_render_permitted 

Source
pub fn rights_render_permitted(
    standpoint: &RenderStandpoint,
    manifold: u64,
    gov_norms: &[NQuin],
    now_unix: u32,
) -> bool
Expand description

Whether sensitive content for manifold may render into standpoint.

  • The owner’s private view (shared_civic == false) ⇒ always permitted.
  • A shared/civic view ⇒ permitted only with an Active PERMIT for (standpoint, manifold) and no Active FORBID. Fails closed (no consent ⇒ refuse).