Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dynjs/dynjs
/ gotNull
Method
gotNull
src/test/java/org/dynjs/runtime/java/Thing.java:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
public
boolean gotNull() {
31
return
someThing == null;
32
}
33
34
public
Object getSomeNull() {
35
return
someNull;
Callers
1
javaInteropSpec.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected