MCPcopy Create free account
hub / github.com/aiscriptdev/aiscript / trace

Method trace

aiscript-arena/src/collect_impl.rs:95–97  ·  view source on GitHub ↗
(&self, cc: &Collection)

Source from the content-addressed store, hash-verified

93unsafe impl<T: ?Sized + Collect> Collect for Box<T> {
94 #[inline]
95 fn trace(&self, cc: &Collection) {
96 (**self).trace(cc)
97 }
98}
99
100unsafe impl<T: Collect> Collect for [T] {

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected