Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ htmlRender
Method
htmlRender
flowifier/src/test/java/htmlflow/test/Utils.java:58–61 ·
view source on GitHub ↗
(HtmlView view, T model)
Source
from the content-addressed store, hash-verified
56
}
57
58
static
<T> Stream<String> htmlRender(HtmlView view, T model){
59
String html = view.render(model);
60
return
NEWLINE.splitAsStream(html);
61
}
62
63
public
static
Stream<String> loadLines(String path) {
64
try{
Callers
nothing calls this directly
Calls
1
render
Method · 0.45
Tested by
no test coverage detected