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

Method collection_context

aiscript-arena/src/context.rs:225–228  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

223
224 #[inline]
225 fn collection_context(&self) -> &Collection {
226 // SAFETY: `Collection` is `repr(transparent)`
227 unsafe { mem::transmute::<&Self, &Collection>(self) }
228 }
229
230 #[inline]
231 pub(crate) unsafe fn finalization_context<'gc>(&self) -> &Finalization<'gc> {

Callers 1

do_collection_innerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected