MCPcopy Create free account
hub / github.com/andytill/erlyberly / erlangMemory

Method erlangMemory

src/main/java/erlyberly/node/NodeAPI.java:398–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

396 }
397
398 public synchronized HashMap<Object, Object> erlangMemory() throws IOException, OtpErlangException {
399 sendRPC("erlang", "memory", list());
400
401 OtpErlangList result = (OtpErlangList) receiveRPC();
402
403 return OtpUtil.propsToMap(result);
404 }
405
406 public boolean isConnected() {
407 return connected.get();

Callers 1

runMethod · 0.80

Calls 4

sendRPCMethod · 0.95
receiveRPCMethod · 0.95
propsToMapMethod · 0.95
listMethod · 0.80

Tested by

no test coverage detected