MCPcopy 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

51impl<'gc, T: ?Sized + 'gc> Clone for Gc<'gc, T> {
52 #[inline]
53 fn clone(&self) -> Gc<'gc, T> {
54 *self
55 }
56}
57
58unsafe impl<'gc, T: ?Sized + 'gc> Collect for Gc<'gc, T> {

Callers 15

new_inMethod · 0.45
generate_stmtMethod · 0.45
generate_lambdaMethod · 0.45
get_toolsMethod · 0.45
handle_tool_callMethod · 0.45
_run_agentFunction · 0.45
_prompt_with_configFunction · 0.45
response_to_objectFunction · 0.45
http_getFunction · 0.45
http_postFunction · 0.45
http_putFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_project_generatorFunction · 0.36