Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/Skija
/ _findResource
Method
_findResource
shared/java9/impl/ResourceFinder.java:64–68 ·
view source on GitHub ↗
(ModuleReader reader, String path)
Source
from the content-addressed store, hash-verified
62
}
63
64
@SneakyThrows(IOException.
class
)
65
private
static
URL _findResource(ModuleReader reader, String path) {
66
URI uri = reader.find(path).orElse(null);
67
return
uri != null ? uri.toURL() : null;
68
}
69
}
Callers
1
findResource
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected