Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ borrow
Method
borrow
aiscript-arena/src/lock.rs:268–270 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
266
#[track_caller]
267
#[inline]
268
pub fn borrow(self) -> Ref<'gc, T> {
269
RefLock::borrow(self.as_ref())
270
}
271
272
#[inline]
273
pub fn try_borrow(self) -> Result<Ref<'gc, T>, BorrowError> {
Callers
15
trace
Method · 0.45
trace
Method · 0.45
gray_remaining
Method · 0.45
fmt
Method · 0.45
equals
Method · 0.45
is_error
Method · 0.45
to_serde_value
Method · 0.45
from
Method · 0.45
generate_match
Method · 0.45
generate_function
Method · 0.45
validate_enum_variant
Method · 0.45
to_json_value
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected