()
| 13 | const IC_CERTIFICATE_EXPRESSION_HEADER: &str = "IC-CertificateExpression"; |
| 14 | |
| 15 | fn skip_certification_cel_expr() -> String { |
| 16 | DefaultCelBuilder::skip_certification().to_string() |
| 17 | } |
| 18 | |
| 19 | fn skip_certification_asset_tree() -> HashTree { |
| 20 | let cel_expr_hash = hash(skip_certification_cel_expr().as_bytes()); |
no outgoing calls
no test coverage detected