MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / htmlRender

Method htmlRender

htmlflow-core/src/test/java/htmlflow/test/Utils.java:65–68  ·  view source on GitHub ↗
(HtmlView view, T model)

Source from the content-addressed store, hash-verified

63 }
64
65 static <T> Stream<String> htmlRender(HtmlView view, T model){
66 String html = view.render(model);
67 return NEWLINE.splitAsStream(html);
68 }
69
70 public static Stream<String> loadLines(String path) {
71 try{

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected