Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getContent
Method
getContent
classpath/java/net/URL.java:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
public
Object getContent() throws IOException {
78
return
openStream();
79
}
80
81
private
static
URLStreamHandler findHandler(String protocol)
82
throws MalformedURLException
Callers
nothing calls this directly
Calls
1
openStream
Method · 0.95
Tested by
no test coverage detected