Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
unsafe impl<T: Collect + Copy> Collect for Lock<T> {
Callers
12
set_next
Method · 0.45
set
Function · 0.45
set_bool
Function · 0.45
set_pacing
Method · 0.45
start_cycle
Method · 0.45
cell_update
Function · 0.45
root_barrier
Method · 0.45
do_collection_inner
Method · 0.45
allocate
Method · 0.45
drop
Method · 0.45
enter
Method · 0.45
switch
Method · 0.45
Calls
1
unlock
Method · 0.45
Tested by
no test coverage detected