Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RetypeOS/parcode
/ black_box
Function
black_box
examples/audit.rs:324–326 ·
view source on GitHub ↗
(dummy: T)
Source
from the content-addressed store, hash-verified
322
}
323
324
fn black_box<T>(dummy: T) -> T {
325
std::hint::black_box(dummy)
326
}
Callers
6
main
Function · 0.70
main
Function · 0.70
bench_map
Function · 0.50
bench_writers
Function · 0.50
bench_readers
Function · 0.50
bench_lazy
Function · 0.50
Calls
no outgoing calls
Tested by
1
main
Function · 0.56