Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
unsafe impl<T: ?Sized + Collect> Collect for Box<T> {
94
#[inline]
95
fn trace(&self, cc: &Collection) {
96
(**self).trace(cc)
97
}
98
}
99
100
unsafe impl<T: Collect> Collect for [T] {
Callers
nothing calls this directly
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected