Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ get
Method
get
data/java/05_generics.java:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
}
7
8
T get() {
9
return
value;
10
}
11
12
public
static
void
main(String[] args) {
13
Box<Integer> scoreBox =
new
Box<>();
Callers
2
main
Method · 0.95
07_arrow_closures.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected