MCPcopy Create free account
hub / github.com/VCVRack/Rack / WeakHandle

Method WeakHandle

include/weakptr.hpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 void* ptr;
10 size_t count = 0;
11 WeakHandle(void* ptr) : ptr(ptr) {}
12};
13
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected