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

Method callGraph

src/main/java/erlyberly/node/NodeAPI.java:410–418  ·  view source on GitHub ↗
(OtpErlangAtom module, OtpErlangAtom function, OtpErlangLong arity)

Source from the content-addressed store, hash-verified

408 }
409
410 public synchronized OtpErlangObject callGraph(OtpErlangAtom module, OtpErlangAtom function, OtpErlangLong arity) throws IOException, OtpErlangException {
411 sendRPC("erlyberly", "xref_analysis", list(module, function, arity));
412
413 OtpErlangObject result = (OtpErlangObject) receiveRPC();
414
415 System.out.println(result);
416
417 return result;
418 }
419
420 public synchronized String moduleFunctionSourceCode(String module, String function, Integer arity) throws IOException, OtpErlangException {
421 OtpErlangInt otpArity = new OtpErlangInt(arity);

Callers 1

onViewCallGraphMethod · 0.45

Calls 3

sendRPCMethod · 0.95
receiveRPCMethod · 0.95
listMethod · 0.80

Tested by

no test coverage detected