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

Method html

htmlflow-core/src/main/java/htmlflow/HtmlViewAsync.java:60–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 @Override
61 public final Html<HtmlPage> html() {
62 visitor.write(HEADER);
63 return new Html<>(this);
64 }
65
66 @Override
67 public HtmlViewAsync<M> setIndented(boolean isIndented) {

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected