Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ getEntry
Method
getEntry
rhino/src/main/java/org/mozilla/javascript/Hashtable.java:162–165 ·
view source on GitHub ↗
(Object key)
Source
from the content-addressed store, hash-verified
160
}
161
162
public
Entry getEntry(Object key) {
163
final
Entry e =
new
Entry(key, null);
164
return
map.get(e);
165
}
166
167
public
boolean has(Object key) {
168
final
Entry e =
new
Entry(key, null);
Callers
4
serialization
Method · 0.95
js_get
Method · 0.80
empty
Method · 0.80
crud
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
3
serialization
Method · 0.76
empty
Method · 0.64
crud
Method · 0.64