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

Method write

htmlflow-core/src/main/java/htmlflow/HtmlViewHot.java:73–77  ·  view source on GitHub ↗
(M model)

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 public final void write(M model) {
75 getVisitor().resolve(model);
76 this.template.resolve(this);
77 }
78
79 @Override
80 public final void write() {

Callers

nothing calls this directly

Calls 2

resolveMethod · 0.65
getVisitorMethod · 0.45

Tested by

no test coverage detected