Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ getDisplayName
Method
getDisplayName
src/main/java/matcher/type/Matchable.java:12–12 ·
view source on GitHub ↗
(NameType type, boolean full)
Source
from the content-addressed store, hash-verified
10
String getName(NameType type);
11
12
default String getDisplayName(NameType type, boolean full) {
13
return
getName(type);
14
}
15
Callers
9
getName
Method · 0.65
getMappedName
Method · 0.65
getText
Method · 0.65
updateResults
Method · 0.65
getName
Method · 0.65
getDisplayName
Method · 0.65
analyzeMethod
Method · 0.65
getDisplayName
Method · 0.65
getDisplayName
Method · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected