Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ get
Method
get
src/main/java/field/utility/Options.java:29–34 ·
view source on GitHub ↗
(Prop<T> key)
Source
from the content-addressed store, hash-verified
27
28
public
Dict o =
new
Dict() {
29
@Override
30
public
<T> T get(Prop<T> key) {
31
T v = super.get(key);
32
allAccessed.put(key, v);
33
return
v;
34
}
35
};
36
37
protected
Options() {
Callers
nothing calls this directly
Calls
3
dict
Method · 0.95
get
Method · 0.65
put
Method · 0.45
Tested by
no test coverage detected