Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ get
Method
get
src/main/java/com/volmit/adapt/util/Contained.java:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
public
T get() {
39
return
t;
40
}
41
42
public
void
set(T t) {
43
this.t = t;
Callers
1
execute
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected