MCPcopy Create free account
hub / github.com/Snapchat/Valdi / unsafeBridgeRelease

Function unsafeBridgeRelease

valdi_core/src/valdi_core/cpp/Utils/Shared.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void unsafeBridgeRelease(void* bridgedInstance) {
96 unsafeRelease(reinterpret_cast<RefCountable*>(bridgedInstance));
97}
98
99long SharedPtrRefCountable::retainCount() const {
100 return getInnerSharedPtr()->use_count();

Callers 10

destroyInternedStringFunction · 0.85
bridgeReleaseFunction · 0.85
freeByteBufferFunction · 0.85
releaseNativeRefMethod · 0.85
releaseAllMethod · 0.85
releaseMethod · 0.85
releaseBitmapFunction · 0.85
releaseDataFunction · 0.85

Calls 1

unsafeReleaseFunction · 0.85

Tested by

no test coverage detected