Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getPackage
Method
getPackage
classpath/java/lang/ClassLoader.java:47–51 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
45
}
46
47
protected
Package getPackage(String name) {
48
synchronized (this) {
49
return
packages().get(name);
50
}
51
}
52
53
protected
Package[] getPackages() {
54
synchronized (this) {
Callers
nothing calls this directly
Calls
2
packages
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected