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

Method set

aiscript-arena/src/lock.rs:149–151  ·  view source on GitHub ↗
(self, mc: &Mutation<'gc>, t: T)

Source from the content-addressed store, hash-verified

147
148 #[inline]
149 pub fn set(self, mc: &Mutation<'gc>, t: T) {
150 self.unlock(mc).set(t);
151 }
152}
153
154unsafe impl<T: Collect + Copy> Collect for Lock<T> {

Callers 12

set_nextMethod · 0.45
setFunction · 0.45
set_boolFunction · 0.45
set_pacingMethod · 0.45
start_cycleMethod · 0.45
cell_updateFunction · 0.45
root_barrierMethod · 0.45
do_collection_innerMethod · 0.45
allocateMethod · 0.45
dropMethod · 0.45
enterMethod · 0.45
switchMethod · 0.45

Calls 1

unlockMethod · 0.45

Tested by

no test coverage detected