Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ get
Method
get
aiscript-arena/src/lock.rs:144–146 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
142
impl<
'gc, T: Copy + '
gc> Gc<'gc, Lock<T>> {
143
#[inline]
144
pub fn get(self) -> T {
145
self.cell.get()
146
}
147
148
#[inline]
149
pub fn set(self, mc: &Mutation<'gc>, t: T) {
Callers
15
trace
Method · 0.45
clone
Method · 0.45
eq
Method · 0.45
partial_cmp
Method · 0.45
cmp
Method · 0.45
vtable
Method · 0.45
next
Method · 0.45
color
Method · 0.45
needs_trace
Method · 0.45
is_live
Method · 0.45
set
Function · 0.45
set_bool
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected