Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ path
Method
path
launcher/tools/MCEditTool.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
QString MCEditTool::path() const
23
{
24
return m_settings->get(
"MCEditPath"
).toString();
25
}
26
27
bool MCEditTool::check(const QString& toolPath, QString& error)
28
{
Callers
15
downloadFromUrl
Method · 0.45
extract
Method · 0.45
truncateUrlHumanFriendly
Method · 0.45
ensureFilePathExists
Function · 0.45
copyFolderAttributes
Function · 0.45
pathDepth
Function · 0.45
pathTruncate
Function · 0.45
createShortcut
Function · 0.45
nearestExistentAncestor
Function · 0.45
executeTask
Method · 0.45
fileListSucceeded
Method · 0.45
downloadSucceeded
Method · 0.45
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
15
test_copy
Method · 0.36
test_copy_with_blacklist
Method · 0.36
test_copy_with_whitelist
Method · 0.36
test_copy_with_dot_hidden
Method · 0.36
test_copy_single_file
Method · 0.36
test_link
Method · 0.36
test_hard_link
Method · 0.36
test_link_with_blacklist
Method · 0.36
test_link_with_whitelist
Method · 0.36
test_link_with_dot_hidden
Method · 0.36
test_link_single_file
Method · 0.36
test_link_with_max_depth
Method · 0.36