Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/android
/ ~DirectBuffer
Method
~DirectBuffer
test-app/runtime/src/main/cpp/DirectBuffer.cpp:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
DirectBuffer::~DirectBuffer() {
53
JEnv env;
54
env.DeleteGlobalRef(m_buff);
55
delete[] m_data;
56
}
Callers
nothing calls this directly
Calls
1
DeleteGlobalRef
Method · 0.80
Tested by
no test coverage detected