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

Method setValue

jnode-core/src/jnode/dto/LinkOption.java:149–151  ·  view source on GitHub ↗
(String value)

Source from the content-addressed store, hash-verified

147 }
148
149 public void setValue(String value) {
150 this.value = value;
151 }
152
153 @Override
154 public String toString() {

Callers 3

updateFromVersionMethod · 0.95
setOptionMethod · 0.95
handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected