Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
147
pub use tinywasm_types::Module;
148
149
pub(crate) fn unlikely(b: bool) -> bool {
150
if b {
151
core::hint::cold_path();
152
};
153
b
154
}
Callers
1
validate_call_params
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected