Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getPtr
Method
getPtr
shared/java/impl/Native.java:10–10 ·
view source on GitHub ↗
(Native n)
Source
from the content-addressed store, hash-verified
8
public
long _ptr;
9
10
public
static
long getPtr(Native n) {
return
n == null ? 0 : n._ptr; }
11
12
public
Native(long ptr) {
13
if
(ptr == 0)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected