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

Function skip_certification_asset_tree

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

Source from the content-addressed store, hash-verified

17}
18
19fn skip_certification_asset_tree() -> HashTree {
20 let cel_expr_hash = hash(skip_certification_cel_expr().as_bytes());
21 labeled(
22 "http_expr",
23 labeled("<*>", labeled(cel_expr_hash, leaf(vec![]))),
24 )
25}
26
27pub fn add_skip_certification_headers(response: &mut HttpResponse) {
28 if let Some(certified_data) = data_certificate() {

Calls 2

hashFunction · 0.50

Tested by

no test coverage detected