Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_value
Method · 0.80
drop_in_place
Method · 0.80
dealloc
Method · 0.80
drop
Method · 0.80
do_collection_inner
Method · 0.80
backward_barrier
Method · 0.80
barrier
Method · 0.80
forward_barrier
Method · 0.80
trace
Method · 0.80
trace_weak
Method · 0.80
upgrade
Method · 0.80
resurrect
Method · 0.80
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected