MCPcopy Create free account
hub / github.com/ZettaScaleLabs/stabby / clone

Method clone

stabby-abi/src/alloc/string.rs:213–217  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211}
212impl<Alloc: IAlloc> Clone for ArcStr<Alloc> {
213 fn clone(&self) -> Self {
214 Self {
215 inner: self.inner.clone(),
216 }
217 }
218}
219impl<Alloc: IAlloc> Eq for ArcStr<Alloc> {}
220impl<Alloc: IAlloc> PartialEq for ArcStr<Alloc> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected