MCPcopy Create free account
hub / github.com/annmuor/jnode / get

Method get

jnode-httpd-module/src/org/jnode/httpd/util/HTML.java:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 public String get() {
88 return data.toString();
89 }
90
91 public HTML append(String html) {
92 data.append(html);

Callers 14

startMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45
handleMethod · 0.45

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected