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

Method requestFunctions

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

Source from the content-addressed store, hash-verified

259 }
260
261 public synchronized OtpErlangList requestFunctions() throws Exception {
262 assert !Platform.isFxApplicationThread() : "cannot run this method from the FX thread";
263
264 sendRPC("erlyberly", "module_functions", new OtpErlangList());
265 return (OtpErlangList) receiveRPC();
266 }
267
268 public synchronized void startTrace(ModFunc mf) throws Exception {
269 assert mf.getFuncName() != null : "function name cannot be null";

Callers 1

runMethod · 0.80

Calls 2

sendRPCMethod · 0.95
receiveRPCMethod · 0.95

Tested by

no test coverage detected