Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ getName
Method
getName
htmlflow-core/src/main/java/htmlflow/HtmlView.java:99–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
@Override
100
public
String getName() {
101
return
"HtmlView"
;
102
}
103
104
public
String render() {
105
return
render(null);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected