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

Method sendRPC

src/main/java/erlyberly/node/NodeAPI.java:311–313  ·  view source on GitHub ↗
(String module, String function, OtpErlangList args)

Source from the content-addressed store, hash-verified

309 }
310
311 private void sendRPC(String module, String function, OtpErlangList args) throws IOException {
312 OtpUtil.sendRPC(connection, mbox, atom(module), atom(function), args);
313 }
314
315 public synchronized ArrayList<TraceLog> collectTraceLogs() throws Exception {
316 sendRPC("erlyberly", "collect_trace_logs", new OtpErlangList());

Callers 13

loadRemoteErlyberlyMethod · 0.95
retrieveProcessInfoMethod · 0.95
requestFunctionsMethod · 0.95
startTraceMethod · 0.95
stopTraceMethod · 0.95
collectTraceLogsMethod · 0.95
collectSeqTraceLogsMethod · 0.95
seqTraceMethod · 0.95
getProcessStateMethod · 0.95
erlangMemoryMethod · 0.95
callGraphMethod · 0.95

Calls 2

sendRPCMethod · 0.95
atomMethod · 0.80

Tested by

no test coverage detected