Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FabricMC/Matcher
/ displayText
Method
displayText
src/main/java/matcher/gui/tab/WebViewTab.java:41–43 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
39
}
40
41
protected
void
displayText(String text) {
42
displayHtml(HtmlUtil.escape(text));
43
}
44
45
protected
void
displayHtml(String html) {
46
html = template.replace(
"%text%"
, html)
Callers
3
update
Method · 0.80
applyDecompilerResult
Method · 0.80
update
Method · 0.80
Calls
2
displayHtml
Method · 0.95
escape
Method · 0.95
Tested by
no test coverage detected