MCPcopy Create free account
hub / github.com/bnjbvr/trinity / run_ctors_once

Function run_ctors_once

modules/libcommand/src/trinity_module.rs:585–587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

583 pub use alloc_crate::string::String;
584 #[cfg(target_arch = "wasm32")]
585 pub fn run_ctors_once() {
586 wit_bindgen_rt::run_ctors_once();
587 }
588 pub use alloc_crate::vec::Vec;
589 pub unsafe fn string_lift(bytes: Vec<u8>) -> String {
590 if cfg!(debug_assertions) {

Callers 4

_export_init_cabiFunction · 0.85
_export_help_cabiFunction · 0.85
_export_admin_cabiFunction · 0.85
_export_on_msg_cabiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected