Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ Ctx
Class
Ctx
src/common/drop.rs:13–13 ·
view source on GitHub ↗
wrapper for DROPS
Source
from the content-addressed store, hash-verified
11
pub struct Elem;
12
// wrapper for DROPS
13
pub struct Ctx;
14
15
// drops counter +1
16
impl Drop for Elem {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected