pub fn enforce_nested_invocation_ceiling(
parent: &CapabilityPolicy,
target: &NestedInvocationTarget<'_>,
) -> NestedInvocationCeilingReportExpand description
Enforce the parent ceiling against a nested invocation target.
Returns a populated report; callers reject the launch if
report.allowed() is false.