MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / f

Function f

src/buffer.rs:176–185  ·  view source on GitHub ↗
(_: &'a ())

Source from the content-addressed store, hash-verified

174 non_static_type_id::<*const u8>()
175 );
176 fn f<'a>(_: &'a ()) {
177 assert_eq!(
178 non_static_type_id::<&'static [u8]>(),
179 non_static_type_id::<&'a [u8]>()
180 );
181 assert_eq!(
182 non_static_type_id::<&'static ()>(),
183 non_static_type_id::<&'a ()>()
184 );
185 }
186 f(&());
187 }
188

Callers 7

type_idFunction · 0.85
benchmark_nsFunction · 0.85
mut_vecMethod · 0.85
mut_ownedMethod · 0.85
with_scratchFunction · 0.85
innerMethod · 0.85

Calls

no outgoing calls

Tested by 1

type_idFunction · 0.68