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

Method mutation_context

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

Source from the content-addressed store, hash-verified

218
219 #[inline]
220 pub(crate) unsafe fn mutation_context<'gc>(&self) -> &Mutation<'gc> {
221 unsafe { mem::transmute::<&Self, &Mutation>(self) }
222 }
223
224 #[inline]
225 fn collection_context(&self) -> &Collection {

Callers 7

newMethod · 0.80
try_newMethod · 0.80
map_rootMethod · 0.80
try_map_rootMethod · 0.80
mutateMethod · 0.80
mutate_rootMethod · 0.80
rootless_mutateFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected