Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aiscriptdev/aiscript
/ clone
Method
clone
aiscript-arena/src/gc.rs:53–55 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
51
impl<
'gc, T: ?Sized + '
gc> Clone for Gc<'gc, T> {
52
#[inline]
53
fn clone(&self) -> Gc<'gc, T> {
54
*self
55
}
56
}
57
58
unsafe impl<
'gc, T: ?Sized + '
gc> Collect for Gc<'gc, T> {
Callers
15
new_in
Method · 0.45
generate_stmt
Method · 0.45
generate_lambda
Method · 0.45
get_tools
Method · 0.45
handle_tool_call
Method · 0.45
_run_agent
Function · 0.45
convert_chat_response_message
Function · 0.45
_prompt_with_config
Function · 0.45
response_to_object
Function · 0.45
http_get
Function · 0.45
http_post
Function · 0.45
http_put
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_project_generator
Function · 0.36