Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ set
Method
set
data/java/05_generics.java:4–6 ·
view source on GitHub ↗
(T value)
Source
from the content-addressed store, hash-verified
2
private
T value;
3
4
void
set(T value) {
5
this.value = value;
6
}
7
8
T get() {
9
return
value;
Callers
15
main
Method · 0.95
_
Function · 0.80
q
Function · 0.80
get
Function · 0.80
P
Function · 0.80
constructor
Method · 0.80
_getCacheExpiration
Method · 0.80
$
Function · 0.80
constructor
Method · 0.80
eP
Function · 0.80
eF
Function · 0.80
addToPrecacheList
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected