MCPcopy Index your code
hub / github.com/Andy-Python-Programmer/aero / drop

Method drop

src/aero_kernel/src/fs/cache.rs:89–95  ·  view source on GitHub ↗

Drops the `ArcCache`. This will decrement the strong reference count. If the strong reference count reaches zero then the only other references (if any) are [`CacheWeak`], so we `drop` the inner value.

(&mut self)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

drop_thisMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected