MCPcopy 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
324fn black_box<T>(dummy: T) -> T {
325 std::hint::black_box(dummy)
326}

Callers 6

mainFunction · 0.70
mainFunction · 0.70
bench_mapFunction · 0.50
bench_writersFunction · 0.50
bench_readersFunction · 0.50
bench_lazyFunction · 0.50

Calls

no outgoing calls

Tested by 1

mainFunction · 0.56