Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Col-E/Recaf
/ getPath
Method
getPath
src/main/java/me/coley/recaf/util/Resource.java:50–52 ·
view source on GitHub ↗
@return Resource path.
()
Source
from the content-addressed store, hash-verified
48
* @
return
Resource path.
49
*/
50
public
String getPath() {
51
return
path;
52
}
53
54
/**
55
* @
return
{@code true}
if
the resource is in the classpath, {@code false}
if
it is external.
Callers
9
reapplyStyle
Method · 0.95
getFileName
Method · 0.95
getURL
Method · 0.95
testParentToChildSearch
Method · 0.45
testChildToParentSearch
Method · 0.45
testUndirectedPathSearch
Method · 0.45
testChain
Method · 0.45
append
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
4
testParentToChildSearch
Method · 0.36
testChildToParentSearch
Method · 0.36
testUndirectedPathSearch
Method · 0.36
testChain
Method · 0.36