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

Method clone

htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:84–90  ·  view source on GitHub ↗
(
        Supplier<HtmlVisitor> visitorSupplier,
        boolean threadSafe
    )

Source from the content-addressed store, hash-verified

82 }
83
84 @Override
85 protected final HtmlViewHot<M> clone(
86 Supplier<HtmlVisitor> visitorSupplier,
87 boolean threadSafe
88 ) {
89 return new HtmlViewHot<>(visitorSupplier, template, threadSafe);
90 }
91
92 @SuppressWarnings("unchecked")
93 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected