MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / open

Function open

debugger/testcases/dyn_box.rs:27–29  ·  view source on GitHub ↗
(boxed: T)

Source from the content-addressed store, hash-verified

25}
26
27fn open<T>(boxed: T) {
28 std::hint::black_box(boxed);
29}
30
31fn main() {
32 let boxed: Box<dyn MyTrait> = Box::new(MyStruct { i: 1234 });

Callers 2

mainFunction · 0.85
parse_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected