/*
 * Copyright 2022, The Cozo Project Authors.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
 * If a copy of the MPL was not distributed with this file,
 * You can obtain one at https://mozilla.org/MPL/2.0/.
 */

pub fn set_panic_hook() {
    // When the `console_error_panic_hook` feature is enabled, we can call the
    // `set_panic_hook` function at least once during initialization, and then
    // we will get better error messages if our code ever panics.
    //
    // For more details see
    // https://github.com/rustwasm/console_error_panic_hook#readme
    #[cfg(feature = "console_error_panic_hook")]
    console_error_panic_hook::set_once();
}

Homonyms

cyb/wysm/crates/cli/src/utils.rs
cyb/wysm/crates/c_api/src/utils.rs
neural/inf/rs/cozo/cozo-core/src/utils.rs
cyb/wysm/crates/wasmi/src/engine/utils.rs
cyb/wysm/crates/wasmi/src/module/utils.rs
cyb/wysm/crates/wasmi/src/engine/translator/utils.rs
cyb/wysm/crates/wasmi/src/engine/executor/handler/utils.rs
cyb/wysm/crates/wasmi/src/engine/translator/func/utils.rs

Graph