MCPcopy Create free account
hub / github.com/HumbleUI/Skija / findResource

Method findResource

shared/java/impl/ResourceFinder.java:10–12  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

8 }
9
10 public URL findResource(String path) throws IOException {
11 return ResourceFinder.class.getClassLoader().getResource(path);
12 }
13
14 @Override
15 public void close() throws IOException {

Callers 2

loadMethod · 0.45
_extractMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected