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

Method getContent

jnode-core/src/jnode/dto/Jscript.java:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 this.id = id;
45 }
46 public String getContent() {
47 return content;
48 }
49 public void setContent(String content) {
50 this.content = content;
51 }

Callers 2

executeScriptMethod · 0.95
listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected