Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boxbeam/RedLib
/ getPath
Method
getPath
src/redempt/redlib/dev/StructureTool.java:131–133 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
129
}
130
131
private
static
Path getPath(String name) {
132
return
Paths.get(
"plugins/RedLib/"
).resolve(name +
".dat"
);
133
}
134
135
@SuppressWarnings(
"deprecation"
)
136
@CommandHook(
"export"
)
Callers
2
export
Method · 0.95
importStructure
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected