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

Method self

htmlflow-core/src/main/java/htmlflow/HtmlPage.java:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 public abstract HtmlPage setIndented(boolean isIndented);
103
104 @Override
105 public final HtmlPage self() {
106 return this;
107 }
108
109 public abstract HtmlPage threadSafe();
110

Callers 3

testSelfMethod · 0.80
dynFunction · 0.80
awaitFunction · 0.80

Calls

no outgoing calls

Tested by 1

testSelfMethod · 0.64