Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ destroyInternedString
Function
destroyInternedString
valdi_core/src/valdi_core/jni/JavaUtils.cpp:477–479 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
475
}
476
477
void destroyInternedString(jlong ptr) {
478
Valdi::unsafeBridgeRelease(reinterpret_cast<void*>(ptr));
479
}
480
481
Valdi::StringBox unwrapInternedString(jlong ptr) {
482
if (ptr == 0) {
Callers
1
nativeRelease
Method · 0.85
Calls
1
unsafeBridgeRelease
Function · 0.85
Tested by
no test coverage detected