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

Method html

htmlflow-core/src/main/java/htmlflow/HtmlView.java:80–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 public final Html<HtmlPage> html() {
81 this.getVisitor().write(HEADER);
82 return new Html<>(this);
83 }
84
85 public HtmlView<M> threadSafe() {
86 return clone(visitorSupplier, true);

Callers

nothing calls this directly

Calls 2

getVisitorMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected