MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / header

Method header

aiscript-arena/src/types.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42
43 #[inline(always)]
44 pub(crate) fn header(&self) -> &GcBoxHeader {
45 unsafe { &self.0.as_ref().header }
46 }
47
48 /// Traces the stored value.
49 ///

Callers 14

trace_valueMethod · 0.80
drop_in_placeMethod · 0.80
deallocMethod · 0.80
dropMethod · 0.80
do_collection_innerMethod · 0.80
backward_barrierMethod · 0.80
barrierMethod · 0.80
forward_barrierMethod · 0.80
traceMethod · 0.80
trace_weakMethod · 0.80
upgradeMethod · 0.80
resurrectMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected