MCPcopy Create free account
hub / github.com/ReadyTalk/avian / get

Method get

test/Serialize.java:89–91  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

87 }
88
89 public String get(String key) {
90 return properties.getProperty(key);
91 }
92
93 private void writeObject(ObjectOutputStream out) throws IOException {
94 out.defaultWriteObject();

Callers 1

mainMethod · 0.95

Calls 1

getPropertyMethod · 0.45

Tested by

no test coverage detected