MCPcopy Index your code
hub / github.com/explodingcamera/tinywasm / unlikely

Function unlikely

crates/tinywasm/src/lib.rs:149–154  ·  view source on GitHub ↗
(b: bool)

Source from the content-addressed store, hash-verified

147pub use tinywasm_types::Module;
148
149pub(crate) fn unlikely(b: bool) -> bool {
150 if b {
151 core::hint::cold_path();
152 };
153 b
154}

Callers 1

validate_call_paramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected