MCPcopy Create free account
hub / github.com/dfinity/orbit / skip_certification_cel_expr

Function skip_certification_cel_expr

libs/orbit-essentials/src/http.rs:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected