MCPcopy Create free account
hub / github.com/ReadyTalk/avian / resourceURLPrefix

Method resourceURLPrefix

classpath/avian/SystemClassLoader.java:65–65  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

63 }
64
65 private native String resourceURLPrefix(String name);
66
67 protected URL findResource(String name) {
68 String prefix = resourceURLPrefix(name);

Callers 1

findResourceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected